#6B211D

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

Shades of Red Oxide #6B211D

Tints of Red Oxide #6B211D

Color information

#6B211D (or 0x6B211D) is unknown color: approx Red Oxide. HEX triplet: 6B, 21 and 1D. RGB value is (107,33,29). Sum of RGB (Red+Green+Blue) = 107+33+29=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B211D is #94DEE2. Grayscale: #363636. Windows color (decimal): -9756387 or 1909099. OLE color: 1909099.

HSL color Cylindrical-coordinate representation of color #6B211D: hue angle of 3.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B211D is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1073329-
CMYK00.690.730.58
HSL3.08º57.35%26.67%-
HSV(B)3.08º72.9%41.96%-
XYZ6.834.31.63-
YUV54.67113.52165.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.31%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=63.31%
G=19.53%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107332900.690.730.583.0857.3526.67
Hex6B211D045493A3391b
Octal153413501051117237133
Binary1101011100001111010100010110010011110101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,33,29); }

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

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

 a { background-color: rgb(107,33,29); }

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

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

 span { border-color: rgb(107,33,29); }

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