#6F2120

Color #6F2120 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #6F2120

Tints of Red Oxide #6F2120

Color information

#6F2120 (or 0x6F2120) is unknown color: approx Red Oxide. HEX triplet: 6F, 21 and 20. RGB value is (111,33,32). Sum of RGB (Red+Green+Blue) = 111+33+32=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2120 is #90DEDF. Grayscale: #383838. Windows color (decimal): -9494240 or 2105711. OLE color: 2105711.

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

Color convert

RGB1113332-
CMYK00.700.710.56
HSL0.76º55.24%28.04%-
HSV(B)0.76º71.17%43.53%-
XYZ7.364.571.86-
YUV56.21114.34167.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=63.07%
G=18.75%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111333200.700.710.560.7655.2428.04
Hex6F212004647381371c
Octal157414001061077016734
Binary1101111100001100000010001101000111111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,32); }

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

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

 a { background-color: rgb(111,33,32); }

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

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

 span { border-color: rgb(111,33,32); }

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