Html Css Color HEX #6A514C Congo Brown

📋 copy color: '#6A514C'

red 106 ◦ green 81 ◦ blue 76

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

Shades of Congo Brown #6A514C

Tints of Congo Brown #6A514C

RGB

 RED value IS 106 (41.8% from 255) = 40.3%

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 40.3%
G = 30.8%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6A514C (or 0x6A514C) is known color: Congo Brown. HEX triplet: 6A, 51 and 4C. RGB value is (106,81,76). Sum of RGB (Red+Green+Blue) = 106+81+76=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 106 - color contains mainly: red. Hex color #6A514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A514C is #95AEB3. Grayscale: #575757. Windows color (decimal): -9809588 or 5001578. OLE color: 5001578.

HSL color Cylindrical-coordinate representation of color #6A514C: hue angle of 10º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A514C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 81 76 -
CMYK 0 0.24 0.28 0.58
HSL 10º 0.16% 0.36% -
HSV(B) 10º 0.28% 0.42% -
XYZ 10.19 9.47 8.13 -
YUV 87.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 106 81 76 0 0.24 0.28 0.58 10 0.16 0.36
Hex 6A 51 4C 0 18 1C 3A A 10 24
Octal 152 121 114 0 30 34 72 12 20 44
Binary 1101010 1010001 1001100 0 11000 11100 111010 1010 10000 100100

Color Harmonies of #6A514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A514C

Black with #6A514C

Text Example


Text Example

White with #6A514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A514C; }

 p { color: rgb(106,81,76); }

 H1.HeaderClassName
 {
   color: #6A514C;
 }
 .AnyTagClassName
 {
   color: #6A514C;
 }
</style>

background-color css

<style>
 a { background-color: #6A514C; }

 a { background-color: rgb(106,81,76); }

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

border-color css

<style>
 span { border-color: #6A514C; }

 span { border-color: rgb(106,81,76); }

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