#656334

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

Shades of Verdigris #656334

Tints of Verdigris #656334

Color information

#656334 (or 0x656334) is unknown color: approx Verdigris. HEX triplet: 65, 63 and 34. RGB value is (101,99,52). Sum of RGB (Red+Green+Blue) = 101+99+52=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #656334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656334 is #9A9CCB. Grayscale: #5E5E5E. Windows color (decimal): -10132684 or 3433317. OLE color: 3433317.

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

Color convert

RGB1019952-
CMYK00.020.490.60
HSL57.55º32.03%30%-
HSV(B)57.55º48.51%39.61%-
XYZ10.4511.945-
YUV94.24104.16132.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=40.08%
G=39.29%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101995200.020.490.6057.5532.0330
Hex65633402313C3a201e
Octal14514364026174724036
Binary1100101110001111010001011000111110011101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656334; }

 p { color: rgb(101,99,52); }

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

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

 a { background-color: rgb(101,99,52); }

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

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

 span { border-color: rgb(101,99,52); }

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