#67150C

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

Shades of Red Oxide #67150C

Tints of Red Oxide #67150C

Color information

#67150C (or 0x67150C) is unknown color: approx Red Oxide. HEX triplet: 67, 15 and 0C. RGB value is (103,21,12). Sum of RGB (Red+Green+Blue) = 103+21+12=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #67150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67150C is #98EAF3. Grayscale: #2C2C2C. Windows color (decimal): -10021620 or 791911. OLE color: 791911.

HSL color Cylindrical-coordinate representation of color #67150C: hue angle of 5.93º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67150C is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1032112-
CMYK00.800.880.60
HSL5.93º79.13%22.55%-
HSV(B)5.93º88.35%40.39%-
XYZ5.933.450.7-
YUV44.49109.67169.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 75.74%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=75.74%
G=15.44%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103211200.800.880.605.9379.1322.55
Hex6715C050583C64f17
Octal1472514012013074611727
Binary1100111101011100010100001011000111100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67150C; }

 p { color: rgb(103,21,12); }

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

<style>
 a { background-color: #67150C; }

 a { background-color: rgb(103,21,12); }

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

<style>
 span { border-color: #67150C; }

 span { border-color: rgb(103,21,12); }

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