#66431F

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

Shades of Dark Brown #66431F

Tints of Dark Brown #66431F

Color information

#66431F (or 0x66431F) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 1F. RGB value is (102,67,31). Sum of RGB (Red+Green+Blue) = 102+67+31=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66431F is #99BCE0. Grayscale: #494949. Windows color (decimal): -10075361 or 2048870. OLE color: 2048870.

HSL color Cylindrical-coordinate representation of color #66431F: hue angle of 30.42º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66431F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1026731-
CMYK00.340.700.6
HSL30.42º53.38%26.08%-
HSV(B)30.42º69.61%40%-
XYZ7.736.942.23-
YUV73.36104.1148.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=51%
G=33.5%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102673100.340.700.630.4253.3826.08
Hex66431F022463C1e351a
Octal1461033704210674366532
Binary1100110100001111111010001010001101111001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66431F; }

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

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

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

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

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

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

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

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