Html Css Color HEX #66514D Congo Brown

📋 copy color: '#66514D'

red 102 ◦ green 81 ◦ blue 77

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

Shades of Congo Brown #66514D

Tints of Congo Brown #66514D

RGB

 RED value IS 102 (40.23% from 255) = 39.23%

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 39.23%
G = 31.15%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66514D (or 0x66514D) is known color: Congo Brown. HEX triplet: 66, 51 and 4D. RGB value is (102,81,77). Sum of RGB (Red+Green+Blue) = 102+81+77=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66514D is #99AEB2. Grayscale: #565656. Windows color (decimal): -10071731 or 5067110. OLE color: 5067110.

HSL color Cylindrical-coordinate representation of color #66514D: hue angle of 9.6º 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 #66514D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 81 77 -
CMYK 0 0.21 0.25 0.6
HSL 9.6º 0.14% 0.35% -
HSV(B) 9.6º 0.25% 0.4% -
XYZ 9.76 9.25 8.29 -
YUV 86.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 102 81 77 0 0.21 0.25 0.6 9.6 0.14 0.35
Hex 66 51 4D 0 15 19 3C A E 23
Octal 146 121 115 0 25 31 74 12 16 43
Binary 1100110 1010001 1001101 0 10101 11001 111100 1010 1110 100011

Color Harmonies of #66514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66514D

Black with #66514D

Text Example


Text Example

White with #66514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66514D;
 }
 .AnyTagClassName
 {
   color: #66514D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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