#682117

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

Shades of Red Oxide #682117

Tints of Red Oxide #682117

Color information

#682117 (or 0x682117) is unknown color: approx Red Oxide. HEX triplet: 68, 21 and 17. RGB value is (104,33,23). Sum of RGB (Red+Green+Blue) = 104+33+23=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #682117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682117 is #97DEE8. Grayscale: #353535. Windows color (decimal): -9953001 or 1515880. OLE color: 1515880.

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

Color convert

RGB1043323-
CMYK00.680.780.59
HSL7.41º63.78%24.9%-
HSV(B)7.41º77.88%40.78%-
XYZ6.414.091.26-
YUV53.09111.02164.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 23 (9.38% from 255) = 14.38%
R=65%
G=20.62%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104332300.680.780.597.4163.7824.9
Hex6821170444E3B74019
Octal1504127010411673710031
Binary110100010000110111010001001001110111011111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682117; }

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

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

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

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

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

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

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

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