Html Css Color HEX #6F5149 Congo Brown

📋 copy color: '#6F5149'

red 111 ◦ green 81 ◦ blue 73

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

Shades of Congo Brown #6F5149

Tints of Congo Brown #6F5149

RGB

 RED value IS 111 (43.75% from 255) = 41.89%

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

 BLUE value IS 73 (28.91% from 255) = 27.55%

R = 41.89%
G = 30.57%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#6F5149 (or 0x6F5149) is known color: Congo Brown. HEX triplet: 6F, 51 and 49. RGB value is (111,81,73). Sum of RGB (Red+Green+Blue) = 111+81+73=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5149 is #90AEB6. Grayscale: #595959. Windows color (decimal): -9481911 or 4804975. OLE color: 4804975.

HSL color Cylindrical-coordinate representation of color #6F5149: hue angle of 12.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F5149 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 81 73 -
CMYK 0 0.27 0.34 0.56
HSL 12.63º 0.21% 0.36% -
HSV(B) 12.63º 0.34% 0.44% -
XYZ 10.7 9.75 7.62 -
YUV 89.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 111 81 73 0 0.27 0.34 0.56 12.63 0.21 0.36
Hex 6F 51 49 0 1B 22 38 D 15 24
Octal 157 121 111 0 33 42 70 15 25 44
Binary 1101111 1010001 1001001 0 11011 100010 111000 1101 10101 100100

Color Harmonies of #6F5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5149

Black with #6F5149

Text Example


Text Example

White with #6F5149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,73); }

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

background-color css

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

 a { background-color: rgb(111,81,73); }

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

border-color css

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

 span { border-color: rgb(111,81,73); }

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