#6F554E

Color #6F554E Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #6F554E

Tints of Congo Brown #6F554E

Color information

#6F554E (or 0x6F554E) is unknown color: approx Congo Brown. HEX triplet: 6F, 55 and 4E. RGB value is (111,85,78). Sum of RGB (Red+Green+Blue) = 111+85+78=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F554E is #90AAB1. Grayscale: #5C5C5C. Windows color (decimal): -9480882 or 5133679. OLE color: 5133679.

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

Color convert

RGB1118578-
CMYK00.230.300.56
HSL12.73º17.46%37.06%-
HSV(B)12.73º29.73%43.53%-
XYZ11.1810.438.63-
YUV91.98120.11141.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.51%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=40.51%
G=31.02%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111857800.230.300.5612.7317.4637.06
Hex6F554E0171E38d1125
Octal1571251160273670152145
Binary11011111010101100111001011111110111000110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F554E;
 }
 .AnyTagClassName
 {
   color: #6F554E;
 }
</style>
background-color css

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

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

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

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

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

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