#6b1714

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

Shades of Red Oxide #6B1714

Tints of Red Oxide #6B1714

Color information

#6B1714 (or 0x6B1714) is unknown color: approx Red Oxide. HEX triplet: 6B, 17 and 14. RGB value is (107,23,20). Sum of RGB (Red+Green+Blue) = 107+23+20=150 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1714 is #94E8EB. Grayscale: #2F2F2F. Windows color (decimal): -9758956 or 1316715. OLE color: 1316715.

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

Color convert

RGB1072320-
CMYK00.790.810.58
HSL2.07º68.5%24.9%-
HSV(B)2.07º81.31%41.96%-
XYZ6.53.791.05-
YUV47.77112.33170.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.33%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=71.33%
G=15.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107232000.790.810.582.0768.524.9
Hex6B171404F513A24519
Octal1532724011712172210531
Binary1101011101111010001001111101000111101010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b1714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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