#6B1E0C

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

Shades of Red Oxide #6B1E0C

Tints of Red Oxide #6B1E0C

Color information

#6B1E0C (or 0x6B1E0C) is unknown color: approx Red Oxide. HEX triplet: 6B, 1E and 0C. RGB value is (107,30,12). Sum of RGB (Red+Green+Blue) = 107+30+12=149 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.81% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1E0C is #94E1F3. Grayscale: #333333. Windows color (decimal): -9757172 or 794219. OLE color: 794219.

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

Color convert

RGB1073012-
CMYK00.720.890.58
HSL11.37º79.83%23.33%-
HSV(B)11.37º88.79%41.96%-
XYZ6.594.080.79-
YUV50.97106.01167.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.81%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=71.81%
G=20.13%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107301200.720.890.5811.3779.8323.33
Hex6B1EC048593Ab5017
Octal15336140110131721312027
Binary11010111111011000100100010110011110101011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,12); }

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

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

 a { background-color: rgb(107,30,12); }

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

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

 span { border-color: rgb(107,30,12); }

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