Html Css Color HEX #6F5048 Congo Brown

📋 copy color: '#6F5048'

red 111 ◦ green 80 ◦ blue 72

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

Shades of Congo Brown #6F5048

Tints of Congo Brown #6F5048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 42.21%
G = 30.42%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F5048 (or 0x6F5048) is known color: Congo Brown. HEX triplet: 6F, 50 and 48. RGB value is (111,80,72). Sum of RGB (Red+Green+Blue) = 111+80+72=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5048 is #90AFB7. Grayscale: #585858. Windows color (decimal): -9482168 or 4739183. OLE color: 4739183.

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

Color convert

RGB 111 80 72 -
CMYK 0 0.28 0.35 0.56
HSL 12.31º 0.21% 0.36% -
HSV(B) 12.31º 0.35% 0.44% -
XYZ 10.59 9.58 7.42 -
YUV 88.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 111 80 72 0 0.28 0.35 0.56 12.31 0.21 0.36
Hex 6F 50 48 0 1C 23 38 C 15 24
Octal 157 120 110 0 34 43 70 14 25 44
Binary 1101111 1010000 1001000 0 11100 100011 111000 1100 10101 100100

Color Harmonies of #6F5048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5048

Black with #6F5048

Text Example


Text Example

White with #6F5048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,72); }

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

background-color css

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

 a { background-color: rgb(111,80,72); }

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

border-color css

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

 span { border-color: rgb(111,80,72); }

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