#66534D

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

Shades of Congo Brown #66534D

Tints of Congo Brown #66534D

Color information

#66534D (or 0x66534D) is unknown color: approx Congo Brown. HEX triplet: 66, 53 and 4D. RGB value is (102,83,77). Sum of RGB (Red+Green+Blue) = 102+83+77=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66534D is #99ACB2. Grayscale: #585858. Windows color (decimal): -10071219 or 5067622. OLE color: 5067622.

HSL color Cylindrical-coordinate representation of color #66534D: hue angle of 14.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #66534D is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1028377-
CMYK00.190.250.6
HSL14.4º13.97%35.1%-
HSV(B)14.4º24.51%40%-
XYZ9.919.558.34-
YUV88121.79137.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=38.93%
G=31.68%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102837700.190.250.614.413.9735.1
Hex66534D013193Cee23
Octal1461231150233174161643
Binary1100110101001110011010100111100111110011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66534D; }

 p { color: rgb(102,83,77); }

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

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

 a { background-color: rgb(102,83,77); }

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

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

 span { border-color: rgb(102,83,77); }

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