#66514A

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

Shades of Congo Brown #66514A

Tints of Congo Brown #66514A

Color information

#66514A (or 0x66514A) is unknown color: approx Congo Brown. HEX triplet: 66, 51 and 4A. RGB value is (102,81,74). Sum of RGB (Red+Green+Blue) = 102+81+74=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #66514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66514A is #99AEB5. Grayscale: #565656. Windows color (decimal): -10071734 or 4870502. OLE color: 4870502.

HSL color Cylindrical-coordinate representation of color #66514A: hue angle of 15º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66514A is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1028174-
CMYK00.210.270.6
HSL15º15.91%34.51%-
HSV(B)15º27.45%40%-
XYZ9.669.27.75-
YUV86.48120.96139.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=39.69%
G=31.52%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102817400.210.270.61515.9134.51
Hex66514A0151B3Cf1023
Octal1461211120253374172043
Binary11001101010001100101001010111011111100111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66514A; }

 p { color: rgb(102,81,74); }

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

<style>
 a { background-color: #66514A; }

 a { background-color: rgb(102,81,74); }

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

<style>
 span { border-color: #66514A; }

 span { border-color: rgb(102,81,74); }

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