#665F42

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

Shades of Verdigris #665F42

Tints of Verdigris #665F42

Color information

#665F42 (or 0x665F42) is unknown color: approx Verdigris. HEX triplet: 66, 5F and 42. RGB value is (102,95,66). Sum of RGB (Red+Green+Blue) = 102+95+66=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #665F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F42 is #99A0BD. Grayscale: #5D5D5D. Windows color (decimal): -10068158 or 4349798. OLE color: 4349798.

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

Color convert

RGB1029566-
CMYK00.070.350.6
HSL48.33º21.43%32.94%-
HSV(B)48.33º35.29%40%-
XYZ10.5611.46.8-
YUV93.79112.32133.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=38.78%
G=36.12%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102956600.070.350.648.3321.4332.94
Hex665F4207233C301521
Octal146137102074374602541
Binary110011010111111000010011110001111110011000010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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