#682520

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

Shades of Red Oxide #682520

Tints of Red Oxide #682520

Color information

#682520 (or 0x682520) is unknown color: approx Red Oxide. HEX triplet: 68, 25 and 20. RGB value is (104,37,32). Sum of RGB (Red+Green+Blue) = 104+37+32=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #682520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682520 is #97DADF. Grayscale: #383838. Windows color (decimal): -9951968 or 2106728. OLE color: 2106728.

HSL color Cylindrical-coordinate representation of color #682520: hue angle of 4.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682520 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1043732-
CMYK00.640.690.59
HSL4.17º52.94%26.67%-
HSV(B)4.17º69.23%40.78%-
XYZ6.634.371.86-
YUV56.46114.2161.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=60.12%
G=21.39%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104373200.640.690.594.1752.9426.67
Hex682520040453B4351b
Octal150454001001057346533
Binary110100010010110000001000000100010111101110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682520; }

 p { color: rgb(104,37,32); }

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

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

 a { background-color: rgb(104,37,32); }

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

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

 span { border-color: rgb(104,37,32); }

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