#6F534A

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

Shades of Congo Brown #6F534A

Tints of Congo Brown #6F534A

Color information

#6F534A (or 0x6F534A) is unknown color: approx Congo Brown. HEX triplet: 6F, 53 and 4A. RGB value is (111,83,74). Sum of RGB (Red+Green+Blue) = 111+83+74=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F534A is #90ACB5. Grayscale: #5A5A5A. Windows color (decimal): -9481398 or 4871023. OLE color: 4871023.

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

Color convert

RGB1118374-
CMYK00.250.330.56
HSL14.59º20%36.27%-
HSV(B)14.59º33.33%43.53%-
XYZ10.8810.067.85-
YUV90.35118.78142.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=41.42%
G=30.97%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111837400.250.330.5614.592036.27
Hex6F534A0192138f1424
Octal1571231120314170172444
Binary110111110100111001010011001100001111000111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,74); }

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

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

 a { background-color: rgb(111,83,74); }

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

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

 span { border-color: rgb(111,83,74); }

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