#6F221A

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

Shades of Red Oxide #6F221A

Tints of Red Oxide #6F221A

Color information

#6F221A (or 0x6F221A) is unknown color: approx Red Oxide. HEX triplet: 6F, 22 and 1A. RGB value is (111,34,26). Sum of RGB (Red+Green+Blue) = 111+34+26=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F221A is #90DDE5. Grayscale: #383838. Windows color (decimal): -9493990 or 1712751. OLE color: 1712751.

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

Color convert

RGB1113426-
CMYK00.690.770.56
HSL5.65º62.04%26.86%-
HSV(B)5.65º76.58%43.53%-
XYZ7.314.61.48-
YUV56.11111.01167.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.91%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=64.91%
G=19.88%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111342600.690.770.565.6562.0426.86
Hex6F221A0454D3863e1b
Octal157423201051157067633
Binary11011111000101101001000101100110111100011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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