#6B1C07

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

Shades of Red Oxide #6B1C07

Tints of Red Oxide #6B1C07

Color information

#6B1C07 (or 0x6B1C07) is unknown color: approx Red Oxide. HEX triplet: 6B, 1C and 07. RGB value is (107,28,7). Sum of RGB (Red+Green+Blue) = 107+28+7=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1C07 is #94E3F8. Grayscale: #313131. Windows color (decimal): -9757689 or 466027. OLE color: 466027.

HSL color Cylindrical-coordinate representation of color #6B1C07: hue angle of 12.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B1C07 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB107287-
CMYK00.740.930.58
HSL12.6º87.72%22.35%-
HSV(B)12.6º93.46%41.96%-
XYZ6.523.970.62-
YUV49.23104.17169.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 75.35%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=75.35%
G=19.72%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10728700.740.930.5812.687.7222.35
Hex6B1C704A5D3Ad5816
Octal1533470112135721513026
Binary1101011111001110100101010111011110101101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,28,7); }

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

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

 a { background-color: rgb(107,28,7); }

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

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

 span { border-color: rgb(107,28,7); }

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