#671208

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

Shades of Red Oxide #671208

Tints of Red Oxide #671208

Color information

#671208 (or 0x671208) is unknown color: approx Red Oxide. HEX triplet: 67, 12 and 08. RGB value is (103,18,8). Sum of RGB (Red+Green+Blue) = 103+18+8=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #671208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671208 is #98EDF7. Grayscale: #2A2A2A. Windows color (decimal): -10022392 or 528999. OLE color: 528999.

HSL color Cylindrical-coordinate representation of color #671208: hue angle of 6.32º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #671208 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB103188-
CMYK00.830.920.60
HSL6.32º85.59%21.76%-
HSV(B)6.32º92.23%40.39%-
XYZ5.853.330.56-
YUV42.28108.66171.31-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 79.84%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=79.84%
G=13.95%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10318800.830.920.606.3285.5921.76
Hex671280535C3C65616
Octal1472210012313474612626
Binary1100111100101000010100111011100111100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671208; }

 p { color: rgb(103,18,8); }

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

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

 a { background-color: rgb(103,18,8); }

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

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

 span { border-color: rgb(103,18,8); }

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