#665F40

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

Shades of Verdigris #665F40

Tints of Verdigris #665F40

Color information

#665F40 (or 0x665F40) is unknown color: approx Verdigris. HEX triplet: 66, 5F and 40. RGB value is (102,95,64). Sum of RGB (Red+Green+Blue) = 102+95+64=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #665F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F40 is #99A0BF. Grayscale: #5D5D5D. Windows color (decimal): -10068160 or 4218726. OLE color: 4218726.

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

Color convert

RGB1029564-
CMYK00.070.370.6
HSL48.95º22.89%32.55%-
HSV(B)48.95º37.25%40%-
XYZ10.511.386.49-
YUV93.56111.32134.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=39.08%
G=36.40%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102956400.070.370.648.9522.8932.55
Hex665F4007253C311721
Octal146137100074574612741
Binary110011010111111000000011110010111110011000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F40; }

 p { color: rgb(102,95,64); }

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

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

 a { background-color: rgb(102,95,64); }

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

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

 span { border-color: rgb(102,95,64); }

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