#6F322E

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

Shades of Kenyan Copper #6F322E

Tints of Kenyan Copper #6F322E

Color information

#6F322E (or 0x6F322E) is unknown color: approx Kenyan Copper. HEX triplet: 6F, 32 and 2E. RGB value is (111,50,46). Sum of RGB (Red+Green+Blue) = 111+50+46=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F322E is #90CDD1. Grayscale: #434343. Windows color (decimal): -9489874 or 3027567. OLE color: 3027567.

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

Color convert

RGB1115046-
CMYK00.550.590.56
HSL3.69º41.4%30.78%-
HSV(B)3.69º58.56%43.53%-
XYZ8.195.863.28-
YUV67.78115.71158.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=53.62%
G=24.15%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111504600.550.590.563.6941.430.78
Hex6F322E0373B384291f
Octal1576256067737045137
Binary1101111110010101110011011111101111100010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,50,46); }

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

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

 a { background-color: rgb(111,50,46); }

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

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

 span { border-color: rgb(111,50,46); }

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