#6C1E0B

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

Shades of Red Oxide #6C1E0B

Tints of Red Oxide #6C1E0B

Color information

#6C1E0B (or 0x6C1E0B) is unknown color: approx Red Oxide. HEX triplet: 6C, 1E and 0B. RGB value is (108,30,11). Sum of RGB (Red+Green+Blue) = 108+30+11=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1E0B is #93E1F4. Grayscale: #333333. Windows color (decimal): -9691637 or 728684. OLE color: 728684.

HSL color Cylindrical-coordinate representation of color #6C1E0B: hue angle of 11.75º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C1E0B is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1083011-
CMYK00.720.900.58
HSL11.75º81.51%23.33%-
HSV(B)11.75º89.81%42.35%-
XYZ6.714.140.76-
YUV51.16105.34168.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 72.48%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 11 (4.69% from 255) = 7.38%
R=72.48%
G=20.13%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108301100.720.900.5811.7581.5123.33
Hex6C1EB0485A3Ac5217
Octal15436130110132721412227
Binary11011001111010110100100010110101110101100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,30,11); }

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

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

 a { background-color: rgb(108,30,11); }

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

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

 span { border-color: rgb(108,30,11); }

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