#692320

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

Shades of Red Oxide #692320

Tints of Red Oxide #692320

Color information

#692320 (or 0x692320) is unknown color: approx Red Oxide. HEX triplet: 69, 23 and 20. RGB value is (105,35,32). Sum of RGB (Red+Green+Blue) = 105+35+32=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #692320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692320 is #96DCDF. Grayscale: #373737. Windows color (decimal): -9886944 or 2106217. OLE color: 2106217.

HSL color Cylindrical-coordinate representation of color #692320: hue angle of 2.47º 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 #692320 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1053532-
CMYK00.670.700.59
HSL2.47º53.28%26.86%-
HSV(B)2.47º69.52%41.18%-
XYZ6.694.311.85-
YUV55.59114.69163.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=61.05%
G=20.35%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105353200.670.700.592.4753.2826.86
Hex692320043463B2351b
Octal151434001031067326533
Binary11010011000111000000100001110001101110111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692320; }

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

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

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

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

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

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

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

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