#656442

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

Shades of Verdigris #656442

Tints of Verdigris #656442

Color information

#656442 (or 0x656442) is unknown color: approx Verdigris. HEX triplet: 65, 64 and 42. RGB value is (101,100,66). Sum of RGB (Red+Green+Blue) = 101+100+66=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #656442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656442 is #9A9BBD. Grayscale: #606060. Windows color (decimal): -10132414 or 4351077. OLE color: 4351077.

HSL color Cylindrical-coordinate representation of color #656442: hue angle of 58.29º 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 #656442 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB10110066-
CMYK00.010.350.60
HSL58.29º20.96%32.75%-
HSV(B)58.29º34.65%39.61%-
XYZ10.9112.276.95-
YUV96.42110.83131.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=37.83%
G=37.45%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011006600.010.350.6058.2920.9632.75
Hex65644201233C3a1521
Octal145144102014374722541
Binary1100101110010010000100110001111110011101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656442; }

 p { color: rgb(101,100,66); }

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

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

 a { background-color: rgb(101,100,66); }

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

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

 span { border-color: rgb(101,100,66); }

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