#682017

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

Shades of Red Oxide #682017

Tints of Red Oxide #682017

Color information

#682017 (or 0x682017) is unknown color: approx Red Oxide. HEX triplet: 68, 20 and 17. RGB value is (104,32,23). Sum of RGB (Red+Green+Blue) = 104+32+23=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682017 is #97DFE8. Grayscale: #343434. Windows color (decimal): -9953257 or 1515624. OLE color: 1515624.

HSL color Cylindrical-coordinate representation of color #682017: hue angle of 6.67º 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 #682017 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1043223-
CMYK00.690.780.59
HSL6.67º63.78%24.9%-
HSV(B)6.67º77.88%40.78%-
XYZ6.384.041.25-
YUV52.5111.35164.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=65.41%
G=20.13%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104322300.690.780.596.6763.7824.9
Hex6820170454E3B74019
Octal1504027010511673710031
Binary110100010000010111010001011001110111011111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682017; }

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

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

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

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

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

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

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

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