#6C1B0F

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

Shades of Red Oxide #6C1B0F

Tints of Red Oxide #6C1B0F

Color information

#6C1B0F (or 0x6C1B0F) is unknown color: approx Red Oxide. HEX triplet: 6C, 1B and 0F. RGB value is (108,27,15). Sum of RGB (Red+Green+Blue) = 108+27+15=150 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1B0F is #93E4F0. Grayscale: #313131. Windows color (decimal): -9692401 or 990060. OLE color: 990060.

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

Color convert

RGB1082715-
CMYK00.750.860.58
HSL7.74º75.61%24.12%-
HSV(B)7.74º86.11%42.35%-
XYZ6.664.010.87-
YUV49.85108.34169.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 72%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 15 (6.25% from 255) = 10%
R=72%
G=18%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108271500.750.860.587.7475.6124.12
Hex6C1BF04B563A84c18
Octal15433170113126721011430
Binary11011001101111110100101110101101110101000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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