#6C200B

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

Shades of Red Oxide #6C200B

Tints of Red Oxide #6C200B

Color information

#6C200B (or 0x6C200B) is unknown color: approx Red Oxide. HEX triplet: 6C, 20 and 0B. RGB value is (108,32,11). Sum of RGB (Red+Green+Blue) = 108+32+11=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C200B is #93DFF4. Grayscale: #343434. Windows color (decimal): -9691125 or 729196. OLE color: 729196.

HSL color Cylindrical-coordinate representation of color #6C200B: hue angle of 12.99º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C200B is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1083211-
CMYK00.700.900.58
HSL12.99º81.51%23.33%-
HSV(B)12.99º89.81%42.35%-
XYZ6.764.250.78-
YUV52.33104.68167.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 71.52%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 11 (4.69% from 255) = 7.28%
R=71.52%
G=21.19%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108321100.700.900.5812.9981.5123.33
Hex6C20B0465A3Ad5217
Octal15440130106132721512227
Binary110110010000010110100011010110101110101101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,11); }

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

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

 a { background-color: rgb(108,32,11); }

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

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

 span { border-color: rgb(108,32,11); }

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