#6F534B

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

Shades of Congo Brown #6F534B

Tints of Congo Brown #6F534B

Color information

#6F534B (or 0x6F534B) is unknown color: approx Congo Brown. HEX triplet: 6F, 53 and 4B. RGB value is (111,83,75). Sum of RGB (Red+Green+Blue) = 111+83+75=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F534B is #90ACB4. Grayscale: #5A5A5A. Windows color (decimal): -9481397 or 4936559. OLE color: 4936559.

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

Color convert

RGB1118375-
CMYK00.250.320.56
HSL13.33º19.35%36.47%-
HSV(B)13.33º32.43%43.53%-
XYZ10.9210.078.03-
YUV90.46119.28142.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 75 (29.69% from 255) = 27.88%
R=41.26%
G=30.86%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111837500.250.320.5613.3319.3536.47
Hex6F534B0192038d1324
Octal1571231130314070152344
Binary110111110100111001011011001100000111000110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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