Html Css Color HEX #66514A Congo Brown

📋 copy color: '#66514A'

red 102 ◦ green 81 ◦ blue 74

#66514A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #66514A

Tints of Congo Brown #66514A

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.3% from 255) = 28.79%

R = 39.69%
G = 31.52%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#66514A (or 0x66514A) is known color: 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

RGB 102 81 74 -
CMYK 0 0.21 0.27 0.6
HSL 15º 0.16% 0.35% -
HSV(B) 15º 0.27% 0.4% -
XYZ 9.66 9.2 7.75 -
YUV 86.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 102 81 74 0 0.21 0.27 0.6 15 0.16 0.35
Hex 66 51 4A 0 15 1B 3C F 10 23
Octal 146 121 112 0 25 33 74 17 20 43
Binary 1100110 1010001 1001010 0 10101 11011 111100 1111 10000 100011

Color Harmonies of #66514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66514A

Black with #66514A

Text Example


Text Example

White with #66514A

Text Example


Text Example

HTML Codes & Css Web 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>