Html Css Color HEX #6A5550 Congo Brown

📋 copy color: '#6A5550'

red 106 ◦ green 85 ◦ blue 80

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

Shades of Congo Brown #6A5550

Tints of Congo Brown #6A5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 39.11%
G = 31.37%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A5550 (or 0x6A5550) is known color: Congo Brown. HEX triplet: 6A, 55 and 50. RGB value is (106,85,80). Sum of RGB (Red+Green+Blue) = 106+85+80=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5550 is #95AAAF. Grayscale: #5A5A5A. Windows color (decimal): -9808560 or 5264746. OLE color: 5264746.

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

Color convert

RGB 106 85 80 -
CMYK 0 0.20 0.25 0.58
HSL 11.54º 0.14% 0.36% -
HSV(B) 11.54º 0.25% 0.42% -
XYZ 10.64 10.14 8.99 -
YUV 90.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 106 85 80 0 0.20 0.25 0.58 11.54 0.14 0.36
Hex 6A 55 50 0 14 19 3A C E 24
Octal 152 125 120 0 24 31 72 14 16 44
Binary 1101010 1010101 1010000 0 10100 11001 111010 1100 1110 100100

Color Harmonies of #6A5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5550

Black with #6A5550

Text Example


Text Example

White with #6A5550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,80); }

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

background-color css

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

 a { background-color: rgb(106,85,80); }

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

border-color css

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

 span { border-color: rgb(106,85,80); }

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