#682116

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

Shades of Red Oxide #682116

Tints of Red Oxide #682116

Color information

#682116 (or 0x682116) is unknown color: approx Red Oxide. HEX triplet: 68, 21 and 16. RGB value is (104,33,22). Sum of RGB (Red+Green+Blue) = 104+33+22=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #682116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682116 is #97DEE9. Grayscale: #353535. Windows color (decimal): -9953002 or 1450344. OLE color: 1450344.

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

Color convert

RGB1043322-
CMYK00.680.790.59
HSL8.05º65.08%24.71%-
HSV(B)8.05º78.85%40.78%-
XYZ6.44.091.21-
YUV52.98110.52164.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=65.41%
G=20.75%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104332200.680.790.598.0565.0824.71
Hex6821160444F3B84119
Octal15041260104117731010131
Binary1101000100001101100100010010011111110111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682116; }

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

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

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

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

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

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

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

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