#656234

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

Shades of Verdigris #656234

Tints of Verdigris #656234

Color information

#656234 (or 0x656234) is unknown color: approx Verdigris. HEX triplet: 65, 62 and 34. RGB value is (101,98,52). Sum of RGB (Red+Green+Blue) = 101+98+52=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #656234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656234 is #9A9DCB. Grayscale: #5D5D5D. Windows color (decimal): -10132940 or 3433061. OLE color: 3433061.

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

Color convert

RGB1019852-
CMYK00.030.490.60
HSL56.33º32.03%30%-
HSV(B)56.33º48.51%39.61%-
XYZ10.3511.754.97-
YUV93.65104.49133.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=40.24%
G=39.04%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101985200.030.490.6056.3332.0330
Hex65623403313C38201e
Octal14514264036174704036
Binary1100101110001011010001111000111110011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656234; }

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

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

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

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

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

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

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

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