#66473F

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

Shades of Congo Brown #66473F

Tints of Congo Brown #66473F

Color information

#66473F (or 0x66473F) is unknown color: approx Congo Brown. HEX triplet: 66, 47 and 3F. RGB value is (102,71,63). Sum of RGB (Red+Green+Blue) = 102+71+63=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #66473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66473F is #99B8C0. Grayscale: #4F4F4F. Windows color (decimal): -10074305 or 4147046. OLE color: 4147046.

HSL color Cylindrical-coordinate representation of color #66473F: hue angle of 12.31º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66473F is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB1027163-
CMYK00.300.380.6
HSL12.31º23.64%32.35%-
HSV(B)12.31º38.24%40%-
XYZ8.637.695.73-
YUV79.36118.77144.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 63 (25% from 255) = 26.69%
R=43.22%
G=30.08%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102716300.300.380.612.3123.6432.35
Hex66473F01E263Cc1820
Octal146107770364674143040
Binary11001101000111111111011110100110111100110011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,71,63); }

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

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

 a { background-color: rgb(102,71,63); }

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

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

 span { border-color: rgb(102,71,63); }

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