#6F322B

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

Shades of Kenyan Copper #6F322B

Tints of Kenyan Copper #6F322B

Color information

#6F322B (or 0x6F322B) is unknown color: approx Kenyan Copper. HEX triplet: 6F, 32 and 2B. RGB value is (111,50,43). Sum of RGB (Red+Green+Blue) = 111+50+43=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F322B is #90CDD4. Grayscale: #434343. Windows color (decimal): -9489877 or 2830959. OLE color: 2830959.

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

Color convert

RGB1115043-
CMYK00.550.610.56
HSL6.18º44.16%30.2%-
HSV(B)6.18º61.26%43.53%-
XYZ8.135.842.98-
YUV67.44114.21159.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.41%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=54.41%
G=24.51%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111504300.550.610.566.1844.1630.2
Hex6F322B0373D3862c1e
Octal1576253067757065436
Binary1101111110010101011011011111110111100011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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