#672117

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

Shades of Red Oxide #672117

Tints of Red Oxide #672117

Color information

#672117 (or 0x672117) is unknown color: approx Red Oxide. HEX triplet: 67, 21 and 17. RGB value is (103,33,23). Sum of RGB (Red+Green+Blue) = 103+33+23=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #672117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672117 is #98DEE8. Grayscale: #343434. Windows color (decimal): -10018537 or 1515879. OLE color: 1515879.

HSL color Cylindrical-coordinate representation of color #672117: hue angle of 7.5º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672117 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1033323-
CMYK00.680.780.60
HSL7.5º63.49%24.71%-
HSV(B)7.5º77.67%40.39%-
XYZ6.294.031.26-
YUV52.79111.19163.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.78%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=64.78%
G=20.75%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103332300.680.780.607.563.4924.71
Hex6721170444E3C83f19
Octal1474127010411674107731
Binary110011110000110111010001001001110111100100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672117; }

 p { color: rgb(103,33,23); }

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

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

 a { background-color: rgb(103,33,23); }

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

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

 span { border-color: rgb(103,33,23); }

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