#6B1E16

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

Shades of Red Oxide #6B1E16

Tints of Red Oxide #6B1E16

Color information

#6B1E16 (or 0x6B1E16) is unknown color: approx Red Oxide. HEX triplet: 6B, 1E and 16. RGB value is (107,30,22). Sum of RGB (Red+Green+Blue) = 107+30+22=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1E16 is #94E1E9. Grayscale: #343434. Windows color (decimal): -9757162 or 1449579. OLE color: 1449579.

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

Color convert

RGB1073022-
CMYK00.720.790.58
HSL5.65º65.89%25.29%-
HSV(B)5.65º79.44%41.96%-
XYZ6.674.111.2-
YUV52.11111.01167.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=67.30%
G=18.87%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107302200.720.790.585.6565.8925.29
Hex6B1E160484F3A64219
Octal1533626011011772610231
Binary11010111111010110010010001001111111010110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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