#664236

Color #664236 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #664236

Tints of Very Dark Brown #664236

Color information

#664236 (or 0x664236) is unknown color: approx Very Dark Brown. HEX triplet: 66, 42 and 36. RGB value is (102,66,54). Sum of RGB (Red+Green+Blue) = 102+66+54=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #664236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664236 is #99BDC9. Grayscale: #4B4B4B. Windows color (decimal): -10075594 or 3555942. OLE color: 3555942.

HSL color Cylindrical-coordinate representation of color #664236: hue angle of 15º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664236 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB1026654-
CMYK00.350.470.6
HSL15º30.77%30.59%-
HSV(B)15º47.06%40%-
XYZ8.096.994.41-
YUV75.4115.93146.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=45.95%
G=29.73%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102665400.350.470.61530.7730.59
Hex6642360232F3Cf1f1f
Octal146102660435774173737
Binary11001101000010110110010001110111111110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664236; }

 p { color: rgb(102,66,54); }

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

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

 a { background-color: rgb(102,66,54); }

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

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

 span { border-color: rgb(102,66,54); }

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