Html Css Color HEX #6A653D Verdigris

📋 copy color: '#6A653D'

red 106 ◦ green 101 ◦ blue 61

#6A653D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #6A653D

Tints of Verdigris #6A653D

RGB

 RED value IS 106 (41.8% from 255) = 39.55%

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 61 (24.22% from 255) = 22.76%

R = 39.55%
G = 37.69%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6A653D (or 0x6A653D) is known color: Verdigris. HEX triplet: 6A, 65 and 3D. RGB value is (106,101,61). Sum of RGB (Red+Green+Blue) = 106+101+61=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A653D is #959AC2. Grayscale: #626262. Windows color (decimal): -9804483 or 4023658. OLE color: 4023658.

HSL color Cylindrical-coordinate representation of color #6A653D: hue angle of 53.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A653D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 101 61 -
CMYK 0 0.05 0.42 0.58
HSL 53.33º 0.27% 0.33% -
HSV(B) 53.33º 0.42% 0.42% -
XYZ 11.44 12.71 6.26 -
YUV 97.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 106 101 61 0 0.05 0.42 0.58 53.33 0.27 0.33
Hex 6A 65 3D 0 5 2A 3A 35 1B 21
Octal 152 145 75 0 5 52 72 65 33 41
Binary 1101010 1100101 111101 0 101 101010 111010 110101 11011 100001

Color Harmonies of #6A653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A653D

Black with #6A653D

Text Example


Text Example

White with #6A653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A653D; }

 p { color: rgb(106,101,61); }

 H1.HeaderClassName
 {
   color: #6A653D;
 }
 .AnyTagClassName
 {
   color: #6A653D;
 }
</style>

background-color css

<style>
 a { background-color: #6A653D; }

 a { background-color: rgb(106,101,61); }

 div.DivClassName
 {
   background-color: #6A653D;
 }
 .BgClassName
 {
   background-color: #6A653D;
 }
</style>

border-color css

<style>
 span { border-color: #6A653D; }

 span { border-color: rgb(106,101,61); }

 td.TdClassName
 {
   border-color: #6A653D;
 }
 .TagClassName
 {
   border-color: #6A653D;
 }
</style>