Html Css Color HEX #6A5450 Congo Brown

📋 copy color: '#6A5450'

red 106 ◦ green 84 ◦ blue 80

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

Shades of Congo Brown #6A5450

Tints of Congo Brown #6A5450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 39.26%
G = 31.11%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A5450 (or 0x6A5450) is known color: Congo Brown. HEX triplet: 6A, 54 and 50. RGB value is (106,84,80). Sum of RGB (Red+Green+Blue) = 106+84+80=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5450 is #95ABAF. Grayscale: #5A5A5A. Windows color (decimal): -9808816 or 5264490. OLE color: 5264490.

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

Color convert

RGB 106 84 80 -
CMYK 0 0.21 0.25 0.58
HSL 9.23º 0.14% 0.36% -
HSV(B) 9.23º 0.25% 0.42% -
XYZ 10.56 9.98 8.96 -
YUV 90.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 106 84 80 0 0.21 0.25 0.58 9.23 0.14 0.36
Hex 6A 54 50 0 15 19 3A 9 E 24
Octal 152 124 120 0 25 31 72 11 16 44
Binary 1101010 1010100 1010000 0 10101 11001 111010 1001 1110 100100

Color Harmonies of #6A5450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5450

Black with #6A5450

Text Example


Text Example

White with #6A5450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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