#6B170A

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

Shades of Red Oxide #6B170A

Tints of Red Oxide #6B170A

Color information

#6B170A (or 0x6B170A) is unknown color: approx Red Oxide. HEX triplet: 6B, 17 and 0A. RGB value is (107,23,10). Sum of RGB (Red+Green+Blue) = 107+23+10=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B170A is #94E8F5. Grayscale: #2E2E2E. Windows color (decimal): -9758966 or 661355. OLE color: 661355.

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

Color convert

RGB1072310-
CMYK00.790.910.58
HSL8.04º82.91%22.94%-
HSV(B)8.04º90.65%41.96%-
XYZ6.423.760.67-
YUV46.63107.33171.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 76.43%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=76.43%
G=16.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107231000.790.910.588.0482.9122.94
Hex6B17A04F5B3A85317
Octal15327120117133721012327
Binary11010111011110100100111110110111110101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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