#682217

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

Shades of Red Oxide #682217

Tints of Red Oxide #682217

Color information

#682217 (or 0x682217) is unknown color: approx Red Oxide. HEX triplet: 68, 22 and 17. RGB value is (104,34,23). Sum of RGB (Red+Green+Blue) = 104+34+23=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #682217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682217 is #97DDE8. Grayscale: #353535. Windows color (decimal): -9952745 or 1516136. OLE color: 1516136.

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

Color convert

RGB1043423-
CMYK00.670.780.59
HSL8.15º63.78%24.9%-
HSV(B)8.15º77.88%40.78%-
XYZ6.444.151.27-
YUV53.68110.69163.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 23 (9.38% from 255) = 14.29%
R=64.60%
G=21.12%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104342300.670.780.598.1563.7824.9
Hex6822170434E3B84019
Octal15042270103116731010031
Binary1101000100010101110100001110011101110111000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682217; }

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

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

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

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

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

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

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

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