#6B170F

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

Shades of Red Oxide #6B170F

Tints of Red Oxide #6B170F

Color information

#6B170F (or 0x6B170F) is unknown color: approx Red Oxide. HEX triplet: 6B, 17 and 0F. RGB value is (107,23,15). Sum of RGB (Red+Green+Blue) = 107+23+15=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B170F is #94E8F0. Grayscale: #2F2F2F. Windows color (decimal): -9758961 or 989035. OLE color: 989035.

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

Color convert

RGB1072315-
CMYK00.790.860.58
HSL5.22º75.41%23.92%-
HSV(B)5.22º85.98%41.96%-
XYZ6.463.770.84-
YUV47.2109.83170.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 73.79%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=73.79%
G=15.86%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107231500.790.860.585.2275.4123.92
Hex6B17F04F563A54b18
Octal1532717011712672511330
Binary1101011101111111010011111010110111010101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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