#682521

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

Shades of Red Oxide #682521

Tints of Red Oxide #682521

Color information

#682521 (or 0x682521) is unknown color: approx Red Oxide. HEX triplet: 68, 25 and 21. RGB value is (104,37,33). Sum of RGB (Red+Green+Blue) = 104+37+33=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #682521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682521 is #97DADE. Grayscale: #383838. Windows color (decimal): -9951967 or 2172264. OLE color: 2172264.

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

Color convert

RGB1043733-
CMYK00.640.680.59
HSL3.38º51.82%26.86%-
HSV(B)3.38º68.27%40.78%-
XYZ6.654.381.93-
YUV56.58114.7161.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=59.77%
G=21.26%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104373300.640.680.593.3851.8226.86
Hex682521040443B3341b
Octal150454101001047336433
Binary11010001001011000010100000010001001110111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682521; }

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

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

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

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

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

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

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

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