#682215

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

Shades of Red Oxide #682215

Tints of Red Oxide #682215

Color information

#682215 (or 0x682215) is unknown color: approx Red Oxide. HEX triplet: 68, 22 and 15. RGB value is (104,34,21). Sum of RGB (Red+Green+Blue) = 104+34+21=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682215 is #97DDEA. Grayscale: #353535. Windows color (decimal): -9952747 or 1385064. OLE color: 1385064.

HSL color Cylindrical-coordinate representation of color #682215: hue angle of 9.4º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682215 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1043421-
CMYK00.670.800.59
HSL9.4º66.4%24.51%-
HSV(B)9.4º79.81%40.78%-
XYZ6.424.141.17-
YUV53.45109.69164.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=65.41%
G=21.38%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104342100.670.800.599.466.424.51
Hex682215043503B94219
Octal15042250103120731110231
Binary1101000100010101010100001110100001110111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682215; }

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

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

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

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

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

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

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

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