#6F352F

Color #6F352F Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #6F352F

Tints of Kenyan Copper #6F352F

Color information

#6F352F (or 0x6F352F) is unknown color: approx Kenyan Copper. HEX triplet: 6F, 35 and 2F. RGB value is (111,53,47). Sum of RGB (Red+Green+Blue) = 111+53+47=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F352F is #90CAD0. Grayscale: #454545. Windows color (decimal): -9489105 or 3093871. OLE color: 3093871.

HSL color Cylindrical-coordinate representation of color #6F352F: hue angle of 5.63º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F352F is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1115347-
CMYK00.520.580.56
HSL5.63º40.51%30.98%-
HSV(B)5.63º57.66%43.53%-
XYZ8.346.133.43-
YUV69.66115.22157.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 47 (18.75% from 255) = 22.27%
R=52.61%
G=25.12%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111534700.520.580.565.6340.5130.98
Hex6F352F0343A386291f
Octal1576557064727065137
Binary1101111110101101111011010011101011100011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,47); }

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

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

 a { background-color: rgb(111,53,47); }

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

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

 span { border-color: rgb(111,53,47); }

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