#6A2320

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

Shades of Red Oxide #6A2320

Tints of Red Oxide #6A2320

Color information

#6A2320 (or 0x6A2320) is unknown color: approx Red Oxide. HEX triplet: 6A, 23 and 20. RGB value is (106,35,32). Sum of RGB (Red+Green+Blue) = 106+35+32=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2320 is #95DCDF. Grayscale: #373737. Windows color (decimal): -9821408 or 2106218. OLE color: 2106218.

HSL color Cylindrical-coordinate representation of color #6A2320: hue angle of 2.43º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2320 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1063532-
CMYK00.670.700.58
HSL2.43º53.62%27.06%-
HSV(B)2.43º69.81%41.57%-
XYZ6.814.371.85-
YUV55.89114.52163.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 61.27%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=61.27%
G=20.23%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106353200.670.700.582.4353.6227.06
Hex6A2320043463A2361b
Octal152434001031067226633
Binary11010101000111000000100001110001101110101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A2320; }

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

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

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

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

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

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

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

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