Html Css Color HEX #666039 Verdigris

📋 copy color: '#666039'

red 102 ◦ green 96 ◦ blue 57

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

Shades of Verdigris #666039

Tints of Verdigris #666039

RGB

 RED value IS 102 (40.23% from 255) = 40%

 GREEN value IS 96 (37.89% from 255) = 37.65%

 BLUE value IS 57 (22.66% from 255) = 22.35%

R = 40%
G = 37.65%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.6

RGB Variations

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

Color information

#666039 (or 0x666039) is known color: Verdigris. HEX triplet: 66, 60 and 39. RGB value is (102,96,57). Sum of RGB (Red+Green+Blue) = 102+96+57=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #666039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666039 is #999FC6. Grayscale: #5D5D5D. Windows color (decimal): -10067911 or 3760230. OLE color: 3760230.

HSL color Cylindrical-coordinate representation of color #666039: hue angle of 52º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #666039 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 96 57 -
CMYK 0 0.06 0.44 0.6
HSL 52º 0.28% 0.31% -
HSV(B) 52º 0.44% 0.4% -
XYZ 10.4 11.49 5.54 -
YUV 93.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 102 96 57 0 0.06 0.44 0.6 52 0.28 0.31
Hex 66 60 39 0 6 2C 3C 34 1C 1F
Octal 146 140 71 0 6 54 74 64 34 37
Binary 1100110 1100000 111001 0 110 101100 111100 110100 11100 11111

Color Harmonies of #666039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666039

Black with #666039

Text Example


Text Example

White with #666039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666039; }

 p { color: rgb(102,96,57); }

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

background-color css

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

 a { background-color: rgb(102,96,57); }

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

border-color css

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

 span { border-color: rgb(102,96,57); }

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