#656633

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

Shades of Verdigris #656633

Tints of Verdigris #656633

Color information

#656633 (or 0x656633) is unknown color: approx Verdigris. HEX triplet: 65, 66 and 33. RGB value is (101,102,51). Sum of RGB (Red+Green+Blue) = 101+102+51=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #656633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656633 is #9A99CC. Grayscale: #606060. Windows color (decimal): -10131917 or 3368549. OLE color: 3368549.

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

Color convert

RGB10110251-
CMYK0.0100.50.6
HSL61.18º33.33%30%-
HSV(B)61.18º50%40%-
XYZ10.7212.514.98-
YUV95.89102.67131.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 51 (20.31% from 255) = 20.08%
R=39.76%
G=40.16%
B=20.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101102510.0100.50.661.1833.3330
Hex65663310323C3d211e
Octal14514663106274754136
Binary110010111001101100111011001011110011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656633; }

 p { color: rgb(101,102,51); }

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

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

 a { background-color: rgb(101,102,51); }

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

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

 span { border-color: rgb(101,102,51); }

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