#656435

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

Shades of Verdigris #656435

Tints of Verdigris #656435

Color information

#656435 (or 0x656435) is unknown color: approx Verdigris. HEX triplet: 65, 64 and 35. RGB value is (101,100,53). Sum of RGB (Red+Green+Blue) = 101+100+53=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #656435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656435 is #9A9BCA. Grayscale: #5F5F5F. Windows color (decimal): -10132427 or 3499109. OLE color: 3499109.

HSL color Cylindrical-coordinate representation of color #656435: hue angle of 58.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #656435 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB10110053-
CMYK00.010.480.60
HSL58.75º31.17%30.2%-
HSV(B)58.75º47.52%39.61%-
XYZ10.5712.145.15-
YUV94.94104.33132.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=39.76%
G=39.37%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011005300.010.480.6058.7531.1730.2
Hex65643501303C3b1f1e
Octal14514465016074733736
Binary11001011100100110101011100001111001110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656435; }

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

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

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

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

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

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

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

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