#6B2420

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

Shades of Red Oxide #6B2420

Tints of Red Oxide #6B2420

Color information

#6B2420 (or 0x6B2420) is unknown color: approx Red Oxide. HEX triplet: 6B, 24 and 20. RGB value is (107,36,32). Sum of RGB (Red+Green+Blue) = 107+36+32=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2420 is #94DBDF. Grayscale: #383838. Windows color (decimal): -9755616 or 2106475. OLE color: 2106475.

HSL color Cylindrical-coordinate representation of color #6B2420: hue angle of 3.2º 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 #6B2420 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1073632-
CMYK00.660.700.58
HSL3.2º53.96%27.25%-
HSV(B)3.2º70.09%41.96%-
XYZ6.954.491.87-
YUV56.77114.02163.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.14%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=61.14%
G=20.57%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107363200.660.700.583.253.9627.25
Hex6B2420042463A3361b
Octal153444001021067236633
Binary11010111001001000000100001010001101110101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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