#66461C

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

Shades of Dark Brown #66461C

Tints of Dark Brown #66461C

Color information

#66461C (or 0x66461C) is unknown color: approx Dark Brown. HEX triplet: 66, 46 and 1C. RGB value is (102,70,28). Sum of RGB (Red+Green+Blue) = 102+70+28=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66461C is #99B9E3. Grayscale: #4A4A4A. Windows color (decimal): -10074596 or 1853030. OLE color: 1853030.

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

Color convert

RGB1027028-
CMYK00.310.730.6
HSL34.05º56.92%25.49%-
HSV(B)34.05º72.55%40%-
XYZ7.887.292.09-
YUV74.78101.6147.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 28 (11.33% from 255) = 14%
R=51%
G=35%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102702800.310.730.634.0556.9225.49
Hex66461C01F493C223919
Octal1461063403711174427131
Binary1100110100011011100011111100100111110010001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66461C; }

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

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

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

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

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

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

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

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