#66613C

Color #66613C Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #66613C

Tints of Verdigris #66613C

Color information

#66613C (or 0x66613C) is unknown color: approx Verdigris. HEX triplet: 66, 61 and 3C. RGB value is (102,97,60). Sum of RGB (Red+Green+Blue) = 102+97+60=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66613C is #999EC3. Grayscale: #5E5E5E. Windows color (decimal): -10067652 or 3957094. OLE color: 3957094.

HSL color Cylindrical-coordinate representation of color #66613C: hue angle of 52.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66613C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1029760-
CMYK00.050.410.6
HSL52.86º25.93%31.76%-
HSV(B)52.86º41.18%40%-
XYZ10.5711.75.98-
YUV94.28108.66133.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=39.38%
G=37.45%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102976000.050.410.652.8625.9331.76
Hex66613C05293C351a20
Octal14614174055174653240
Binary11001101100001111100010110100111110011010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66613C; }

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

 H1.HeaderClassName
 {
   color: #66613C;
 }
 .AnyTagClassName
 {
   color: #66613C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #66613C;
 }
 .BgClassName
 {
   background-color: #66613C;
 }
</style>
border-color css

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

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

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