#6B1715

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

Shades of Red Oxide #6B1715

Tints of Red Oxide #6B1715

Color information

#6B1715 (or 0x6B1715) is unknown color: approx Red Oxide. HEX triplet: 6B, 17 and 15. RGB value is (107,23,21). Sum of RGB (Red+Green+Blue) = 107+23+21=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1715 is #94E8EA. Grayscale: #2F2F2F. Windows color (decimal): -9758955 or 1382251. OLE color: 1382251.

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

Color convert

RGB1072321-
CMYK00.790.800.58
HSL1.4º67.19%25.1%-
HSV(B)1.4º80.37%41.96%-
XYZ6.513.791.1-
YUV47.89112.83170.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 70.86%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=70.86%
G=15.23%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107232100.790.800.581.467.1925.1
Hex6B171504F503A14319
Octal1532725011712072110331
Binary110101110111101010100111110100001110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,21); }

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

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

 a { background-color: rgb(107,23,21); }

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

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

 span { border-color: rgb(107,23,21); }

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