#66554F

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

Shades of Congo Brown #66554F

Tints of Congo Brown #66554F

Color information

#66554F (or 0x66554F) is unknown color: approx Congo Brown. HEX triplet: 66, 55 and 4F. RGB value is (102,85,79). Sum of RGB (Red+Green+Blue) = 102+85+79=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66554F is #99AAB0. Grayscale: #595959. Windows color (decimal): -10070705 or 5199206. OLE color: 5199206.

HSL color Cylindrical-coordinate representation of color #66554F: hue angle of 15.65º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66554F is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB1028579-
CMYK00.170.230.6
HSL15.65º12.71%35.49%-
HSV(B)15.65º22.55%40%-
XYZ10.149.898.77-
YUV89.4122.13136.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=38.35%
G=31.95%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102857900.170.230.615.6512.7135.49
Hex66554F011173C10d23
Octal1461251170212774201543
Binary11001101010101100111101000110111111100100001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,85,79); }

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

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

 a { background-color: rgb(102,85,79); }

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

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

 span { border-color: rgb(102,85,79); }

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