Html Css Color HEX #6F4D48 Congo Brown

📋 copy color: '#6F4D48'

red 111 ◦ green 77 ◦ blue 72

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

Shades of Congo Brown #6F4D48

Tints of Congo Brown #6F4D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

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

R = 42.69%
G = 29.62%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F4D48 (or 0x6F4D48) is known color: Congo Brown. HEX triplet: 6F, 4D and 48. RGB value is (111,77,72). Sum of RGB (Red+Green+Blue) = 111+77+72=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D48 is #90B2B7. Grayscale: #565656. Windows color (decimal): -9482936 or 4738415. OLE color: 4738415.

HSL color Cylindrical-coordinate representation of color #6F4D48: hue angle of 7.69º 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 #6F4D48 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 77 72 -
CMYK 0 0.31 0.35 0.56
HSL 7.69º 0.21% 0.36% -
HSV(B) 7.69º 0.35% 0.44% -
XYZ 10.38 9.16 7.35 -
YUV 86.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 111 77 72 0 0.31 0.35 0.56 7.69 0.21 0.36
Hex 6F 4D 48 0 1F 23 38 8 15 24
Octal 157 115 110 0 37 43 70 10 25 44
Binary 1101111 1001101 1001000 0 11111 100011 111000 1000 10101 100100

Color Harmonies of #6F4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D48

Black with #6F4D48

Text Example


Text Example

White with #6F4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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