#682214

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

Shades of Red Oxide #682214

Tints of Red Oxide #682214

Color information

#682214 (or 0x682214) is unknown color: approx Red Oxide. HEX triplet: 68, 22 and 14. RGB value is (104,34,20). Sum of RGB (Red+Green+Blue) = 104+34+20=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #682214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682214 is #97DDEB. Grayscale: #353535. Windows color (decimal): -9952748 or 1319528. OLE color: 1319528.

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

Color convert

RGB1043420-
CMYK00.670.810.59
HSL10º67.74%24.31%-
HSV(B)10º80.77%40.78%-
XYZ6.414.141.12-
YUV53.33109.19164.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=65.82%
G=21.52%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104342000.670.810.591067.7424.31
Hex682214043513Ba4418
Octal15042240103121731210430
Binary1101000100010101000100001110100011110111010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682214; }

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

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

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

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

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

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

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

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