#66633B

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

Shades of Verdigris #66633B

Tints of Verdigris #66633B

Color information

#66633B (or 0x66633B) is unknown color: approx Verdigris. HEX triplet: 66, 63 and 3B. RGB value is (102,99,59). Sum of RGB (Red+Green+Blue) = 102+99+59=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66633B is #999CC4. Grayscale: #5F5F5F. Windows color (decimal): -10067141 or 3892070. OLE color: 3892070.

HSL color Cylindrical-coordinate representation of color #66633B: hue angle of 55.81º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66633B is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB1029959-
CMYK00.030.420.6
HSL55.81º26.71%31.57%-
HSV(B)55.81º42.16%40%-
XYZ10.7312.065.9-
YUV95.34107.49132.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=39.23%
G=38.08%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102995900.030.420.655.8126.7131.57
Hex66633B032A3C381b20
Octal14614373035274703340
Binary1100110110001111101101110101011110011100011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66633B; }

 p { color: rgb(102,99,59); }

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

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

 a { background-color: rgb(102,99,59); }

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

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

 span { border-color: rgb(102,99,59); }

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