#682318

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

Shades of Red Oxide #682318

Tints of Red Oxide #682318

Color information

#682318 (or 0x682318) is unknown color: approx Red Oxide. HEX triplet: 68, 23 and 18. RGB value is (104,35,24). Sum of RGB (Red+Green+Blue) = 104+35+24=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #682318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #682318 is #97DCE7. Grayscale: #363636. Windows color (decimal): -9952488 or 1581928. OLE color: 1581928.

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

Color convert

RGB1043524-
CMYK00.660.770.59
HSL8.25º62.5%25.1%-
HSV(B)8.25º76.92%40.78%-
XYZ6.474.211.34-
YUV54.38110.86163.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=63.80%
G=21.47%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104352400.660.770.598.2562.525.1
Hex6823180424D3B83e19
Octal1504330010211573107631
Binary110100010001111000010000101001101111011100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682318; }

 p { color: rgb(104,35,24); }

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

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

 a { background-color: rgb(104,35,24); }

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

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

 span { border-color: rgb(104,35,24); }

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