Html Css Color HEX #6F4E45 Congo Brown

📋 copy color: '#6F4E45'

red 111 ◦ green 78 ◦ blue 69

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

Shades of Congo Brown #6F4E45

Tints of Congo Brown #6F4E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 69 (27.34% from 255) = 26.74%

R = 43.02%
G = 30.23%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F4E45 (or 0x6F4E45) is known color: Congo Brown. HEX triplet: 6F, 4E and 45. RGB value is (111,78,69). Sum of RGB (Red+Green+Blue) = 111+78+69=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E45 is #90B1BA. Grayscale: #565656. Windows color (decimal): -9482683 or 4542063. OLE color: 4542063.

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

Color convert

RGB 111 78 69 -
CMYK 0 0.30 0.38 0.56
HSL 12.86º 0.23% 0.35% -
HSV(B) 12.86º 0.38% 0.44% -
XYZ 10.35 9.26 6.87 -
YUV 86.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 111 78 69 0 0.30 0.38 0.56 12.86 0.23 0.35
Hex 6F 4E 45 0 1E 26 38 D 17 23
Octal 157 116 105 0 36 46 70 15 27 43
Binary 1101111 1001110 1000101 0 11110 100110 111000 1101 10111 100011

Color Harmonies of #6F4E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4E45

Black with #6F4E45

Text Example


Text Example

White with #6F4E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,69); }

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

background-color css

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

 a { background-color: rgb(111,78,69); }

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

border-color css

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

 span { border-color: rgb(111,78,69); }

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