#6C1B0A

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

Shades of Red Oxide #6C1B0A

Tints of Red Oxide #6C1B0A

Color information

#6C1B0A (or 0x6C1B0A) is unknown color: approx Red Oxide. HEX triplet: 6C, 1B and 0A. RGB value is (108,27,10). Sum of RGB (Red+Green+Blue) = 108+27+10=145 (19% of max value = 765). Red value is 108 (42.58% from 255 or 74.48% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1B0A is #93E4F5. Grayscale: #313131. Windows color (decimal): -9692406 or 662380. OLE color: 662380.

HSL color Cylindrical-coordinate representation of color #6C1B0A: hue angle of 10.41º 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 #6C1B0A is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB1082710-
CMYK00.750.910.58
HSL10.41º83.05%23.14%-
HSV(B)10.41º90.74%42.35%-
XYZ6.633.990.71-
YUV49.28105.84169.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 74.48%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=74.48%
G=18.62%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108271000.750.910.5810.4183.0523.14
Hex6C1BA04B5B3Aa5317
Octal15433120113133721212327
Binary11011001101110100100101110110111110101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,27,10); }

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

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

 a { background-color: rgb(108,27,10); }

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

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

 span { border-color: rgb(108,27,10); }

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