#6F524B

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

Shades of Congo Brown #6F524B

Tints of Congo Brown #6F524B

Color information

#6F524B (or 0x6F524B) is unknown color: approx Congo Brown. HEX triplet: 6F, 52 and 4B. RGB value is (111,82,75). Sum of RGB (Red+Green+Blue) = 111+82+75=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F524B is #90ADB4. Grayscale: #595959. Windows color (decimal): -9481653 or 4936303. OLE color: 4936303.

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

Color convert

RGB1118275-
CMYK00.260.320.56
HSL11.67º19.35%36.47%-
HSV(B)11.67º32.43%43.53%-
XYZ10.849.928-
YUV89.87119.61143.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=41.42%
G=30.60%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111827500.260.320.5611.6719.3536.47
Hex6F524B01A2038c1324
Octal1571221130324070142344
Binary110111110100101001011011010100000111000110010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,75); }

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

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

 a { background-color: rgb(111,82,75); }

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

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

 span { border-color: rgb(111,82,75); }

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