#682114

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

Shades of Red Oxide #682114

Tints of Red Oxide #682114

Color information

#682114 (or 0x682114) is unknown color: approx Red Oxide. HEX triplet: 68, 21 and 14. RGB value is (104,33,20). Sum of RGB (Red+Green+Blue) = 104+33+20=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #682114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682114 is #97DEEB. Grayscale: #343434. Windows color (decimal): -9953004 or 1319272. OLE color: 1319272.

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

Color convert

RGB1043320-
CMYK00.680.810.59
HSL9.29º67.74%24.31%-
HSV(B)9.29º80.77%40.78%-
XYZ6.384.081.11-
YUV52.75109.52164.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=66.24%
G=21.02%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104332000.680.810.599.2967.7424.31
Hex682114044513B94418
Octal15041240104121731110430
Binary1101000100001101000100010010100011110111001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682114; }

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

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

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

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

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

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

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

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