Html Css Color HEX #666044 Verdigris

📋 copy color: '#666044'

red 102 ◦ green 96 ◦ blue 68

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

Shades of Verdigris #666044

Tints of Verdigris #666044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 38.35%
G = 36.09%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#666044 (or 0x666044) is known color: Verdigris. HEX triplet: 66, 60 and 44. RGB value is (102,96,68). Sum of RGB (Red+Green+Blue) = 102+96+68=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #666044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666044 is #999FBB. Grayscale: #5E5E5E. Windows color (decimal): -10067900 or 4481126. OLE color: 4481126.

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

Color convert

RGB 102 96 68 -
CMYK 0 0.06 0.33 0.6
HSL 49.41º 0.2% 0.33% -
HSV(B) 49.41º 0.33% 0.4% -
XYZ 10.71 11.61 7.15 -
YUV 94.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 102 96 68 0 0.06 0.33 0.6 49.41 0.2 0.33
Hex 66 60 44 0 6 21 3C 31 14 21
Octal 146 140 104 0 6 41 74 61 24 41
Binary 1100110 1100000 1000100 0 110 100001 111100 110001 10100 100001

Color Harmonies of #666044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666044

Black with #666044

Text Example


Text Example

White with #666044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666044; }

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

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

background-color css

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

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

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

border-color css

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

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

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