#6c1f08

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

Shades of Red Oxide #6C1F08

Tints of Red Oxide #6C1F08

Color information

#6C1F08 (or 0x6C1F08) is unknown color: approx Red Oxide. HEX triplet: 6C, 1F and 08. RGB value is (108,31,8). Sum of RGB (Red+Green+Blue) = 108+31+8=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1F08 is #93E0F7. Grayscale: #333333. Windows color (decimal): -9691384 or 532332. OLE color: 532332.

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

Color convert

RGB108318-
CMYK00.710.930.58
HSL13.8º86.21%22.75%-
HSV(B)13.8º92.59%42.35%-
XYZ6.724.190.68-
YUV51.4103.51168.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 73.47%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=73.47%
G=21.09%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10831800.710.930.5813.886.2122.75
Hex6C1F80475D3Ae5617
Octal15437100107135721612627
Binary11011001111110000100011110111011110101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c1f08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,8); }

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

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

 a { background-color: rgb(108,31,8); }

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

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

 span { border-color: rgb(108,31,8); }

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