#6F221E

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

Shades of Red Oxide #6F221E

Tints of Red Oxide #6F221E

Color information

#6F221E (or 0x6F221E) is unknown color: approx Red Oxide. HEX triplet: 6F, 22 and 1E. RGB value is (111,34,30). Sum of RGB (Red+Green+Blue) = 111+34+30=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F221E is #90DDE1. Grayscale: #383838. Windows color (decimal): -9493986 or 1974895. OLE color: 1974895.

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

Color convert

RGB1113430-
CMYK00.690.730.56
HSL2.96º57.45%27.65%-
HSV(B)2.96º72.97%43.53%-
XYZ7.364.621.73-
YUV56.57113.01166.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.43%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=63.43%
G=19.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111343000.690.730.562.9657.4527.65
Hex6F221E04549383391c
Octal157423601051117037134
Binary1101111100010111100100010110010011110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,34,30); }

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

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

 a { background-color: rgb(111,34,30); }

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

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

 span { border-color: rgb(111,34,30); }

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