#664623

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

Shades of Dark Brown #664623

Tints of Dark Brown #664623

Color information

#664623 (or 0x664623) is unknown color: approx Dark Brown. HEX triplet: 66, 46 and 23. RGB value is (102,70,35). Sum of RGB (Red+Green+Blue) = 102+70+35=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #664623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664623 is #99B9DC. Grayscale: #4B4B4B. Windows color (decimal): -10074589 or 2311782. OLE color: 2311782.

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

Color convert

RGB1027035-
CMYK00.310.660.6
HSL31.34º48.91%26.86%-
HSV(B)31.34º65.69%40%-
XYZ7.977.332.58-
YUV75.58105.1146.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=49.28%
G=33.82%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102703500.310.660.631.3448.9126.86
Hex66462301F423C1f311b
Octal1461064303710274376133
Binary1100110100011010001101111110000101111001111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664623; }

 p { color: rgb(102,70,35); }

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

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

 a { background-color: rgb(102,70,35); }

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

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

 span { border-color: rgb(102,70,35); }

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