Html Css Color HEX #6A5047 Congo Brown

📋 copy color: '#6A5047'

red 106 ◦ green 80 ◦ blue 71

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

Shades of Congo Brown #6A5047

Tints of Congo Brown #6A5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 71 (28.13% from 255) = 27.63%

R = 41.25%
G = 31.13%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6A5047 (or 0x6A5047) is known color: Congo Brown. HEX triplet: 6A, 50 and 47. RGB value is (106,80,71). Sum of RGB (Red+Green+Blue) = 106+80+71=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5047 is #95AFB8. Grayscale: #565656. Windows color (decimal): -9809849 or 4673642. OLE color: 4673642.

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

Color convert

RGB 106 80 71 -
CMYK 0 0.25 0.33 0.58
HSL 15.43º 0.2% 0.35% -
HSV(B) 15.43º 0.33% 0.42% -
XYZ 9.95 9.26 7.22 -
YUV 86.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 106 80 71 0 0.25 0.33 0.58 15.43 0.2 0.35
Hex 6A 50 47 0 19 21 3A F 14 23
Octal 152 120 107 0 31 41 72 17 24 43
Binary 1101010 1010000 1000111 0 11001 100001 111010 1111 10100 100011

Color Harmonies of #6A5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5047

Black with #6A5047

Text Example


Text Example

White with #6A5047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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