Html Css Color HEX #666136 Verdigris

📋 copy color: '#666136'

red 102 ◦ green 97 ◦ blue 54

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

Shades of Verdigris #666136

Tints of Verdigris #666136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

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

R = 40.32%
G = 38.34%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#666136 (or 0x666136) is known color: Verdigris. HEX triplet: 66, 61 and 36. RGB value is (102,97,54). Sum of RGB (Red+Green+Blue) = 102+97+54=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #666136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666136 is #999EC9. Grayscale: #5D5D5D. Windows color (decimal): -10067658 or 3563878. OLE color: 3563878.

HSL color Cylindrical-coordinate representation of color #666136: hue angle of 53.75º 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 #666136 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 54 -
CMYK 0 0.05 0.47 0.6
HSL 53.75º 0.31% 0.31% -
HSV(B) 53.75º 0.47% 0.4% -
XYZ 10.42 11.64 5.19 -
YUV 93.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 102 97 54 0 0.05 0.47 0.6 53.75 0.31 0.31
Hex 66 61 36 0 5 2F 3C 36 1F 1F
Octal 146 141 66 0 5 57 74 66 37 37
Binary 1100110 1100001 110110 0 101 101111 111100 110110 11111 11111

Color Harmonies of #666136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666136

Black with #666136

Text Example


Text Example

White with #666136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666136; }

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

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

background-color css

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

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

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

border-color css

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

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

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