#6F332F

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

Shades of Kenyan Copper #6F332F

Tints of Kenyan Copper #6F332F

Color information

#6F332F (or 0x6F332F) is unknown color: approx Kenyan Copper. HEX triplet: 6F, 33 and 2F. RGB value is (111,51,47). Sum of RGB (Red+Green+Blue) = 111+51+47=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F332F is #90CCD0. Grayscale: #444444. Windows color (decimal): -9489617 or 3093359. OLE color: 3093359.

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

Color convert

RGB1115147-
CMYK00.540.580.56
HSL3.75º40.51%30.98%-
HSV(B)3.75º57.66%43.53%-
XYZ8.255.953.4-
YUV68.48115.88158.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=53.11%
G=24.40%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111514700.540.580.563.7540.5130.98
Hex6F332F0363A384291f
Octal1576357066727045137
Binary1101111110011101111011011011101011100010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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