#6B1A16

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

Shades of Red Oxide #6B1A16

Tints of Red Oxide #6B1A16

Color information

#6B1A16 (or 0x6B1A16) is unknown color: approx Red Oxide. HEX triplet: 6B, 1A and 16. RGB value is (107,26,22). Sum of RGB (Red+Green+Blue) = 107+26+22=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1A16 is #94E5E9. Grayscale: #313131. Windows color (decimal): -9758186 or 1448555. OLE color: 1448555.

HSL color Cylindrical-coordinate representation of color #6B1A16: hue angle of 2.82º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1A16 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1072622-
CMYK00.760.790.58
HSL2.82º65.89%25.29%-
HSV(B)2.82º79.44%41.96%-
XYZ6.583.921.17-
YUV49.76112.34168.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.03%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 22 (8.98% from 255) = 14.19%
R=69.03%
G=16.77%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107262200.760.790.582.8265.8925.29
Hex6B1A1604C4F3A34219
Octal1533226011411772310231
Binary1101011110101011001001100100111111101011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,22); }

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

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

 a { background-color: rgb(107,26,22); }

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

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

 span { border-color: rgb(107,26,22); }

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