Html Css Color HEX #666436 Verdigris

📋 copy color: '#666436'

red 102 ◦ green 100 ◦ blue 54

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

Shades of Verdigris #666436

Tints of Verdigris #666436

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 39.84%
G = 39.06%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#666436 (or 0x666436) is known color: Verdigris. HEX triplet: 66, 64 and 36. RGB value is (102,100,54). Sum of RGB (Red+Green+Blue) = 102+100+54=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #666436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666436 is #999BC9. Grayscale: #5F5F5F. Windows color (decimal): -10066890 or 3564646. OLE color: 3564646.

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

Color convert

RGB 102 100 54 -
CMYK 0 0.02 0.47 0.6
HSL 57.5º 0.31% 0.31% -
HSV(B) 57.5º 0.47% 0.4% -
XYZ 10.7 12.21 5.28 -
YUV 95.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 102 100 54 0 0.02 0.47 0.6 57.5 0.31 0.31
Hex 66 64 36 0 2 2F 3C 3A 1F 1F
Octal 146 144 66 0 2 57 74 72 37 37
Binary 1100110 1100100 110110 0 10 101111 111100 111010 11111 11111

Color Harmonies of #666436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666436

Black with #666436

Text Example


Text Example

White with #666436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666436; }

 p { color: rgb(102,100,54); }

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

background-color css

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

 a { background-color: rgb(102,100,54); }

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

border-color css

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

 span { border-color: rgb(102,100,54); }

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