#692420

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

Shades of Red Oxide #692420

Tints of Red Oxide #692420

Color information

#692420 (or 0x692420) is unknown color: approx Red Oxide. HEX triplet: 69, 24 and 20. RGB value is (105,36,32). Sum of RGB (Red+Green+Blue) = 105+36+32=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #692420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692420 is #96DBDF. Grayscale: #383838. Windows color (decimal): -9886688 or 2106473. OLE color: 2106473.

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

Color convert

RGB1053632-
CMYK00.660.700.59
HSL3.29º53.28%26.86%-
HSV(B)3.29º69.52%41.18%-
XYZ6.724.371.86-
YUV56.18114.36162.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.69%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=60.69%
G=20.81%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105363200.660.700.593.2953.2826.86
Hex692420042463B3351b
Octal151444001021067336533
Binary11010011001001000000100001010001101110111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692420; }

 p { color: rgb(105,36,32); }

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

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

 a { background-color: rgb(105,36,32); }

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

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

 span { border-color: rgb(105,36,32); }

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