#664318

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

Shades of Dark Brown #664318

Tints of Dark Brown #664318

Color information

#664318 (or 0x664318) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 18. RGB value is (102,67,24). Sum of RGB (Red+Green+Blue) = 102+67+24=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #664318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664318 is #99BCE7. Grayscale: #484848. Windows color (decimal): -10075368 or 1590118. OLE color: 1590118.

HSL color Cylindrical-coordinate representation of color #664318: hue angle of 33.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #664318 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1026724-
CMYK00.340.760.6
HSL33.08º61.9%24.71%-
HSV(B)33.08º76.47%40%-
XYZ7.656.911.79-
YUV72.56100.6149-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=52.85%
G=34.72%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102672400.340.760.633.0861.924.71
Hex6643180224C3C213e19
Octal1461033004211474417631
Binary11001101000011110000100010100110011110010000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664318; }

 p { color: rgb(102,67,24); }

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

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

 a { background-color: rgb(102,67,24); }

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

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

 span { border-color: rgb(102,67,24); }

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