#6C221B

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

Shades of Red Oxide #6C221B

Tints of Red Oxide #6C221B

Color information

#6C221B (or 0x6C221B) is unknown color: approx Red Oxide. HEX triplet: 6C, 22 and 1B. RGB value is (108,34,27). Sum of RGB (Red+Green+Blue) = 108+34+27=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C221B is #93DDE4. Grayscale: #373737. Windows color (decimal): -9690597 or 1778284. OLE color: 1778284.

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

Color convert

RGB1083427-
CMYK00.690.750.58
HSL5.19º60%26.47%-
HSV(B)5.19º75%42.35%-
XYZ6.954.411.52-
YUV55.33112.02165.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.91%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=63.91%
G=20.12%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108342700.690.750.585.196026.47
Hex6C221B0454B3A53c1a
Octal154423301051137257432
Binary11011001000101101101000101100101111101010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,27); }

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

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

 a { background-color: rgb(108,34,27); }

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

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

 span { border-color: rgb(108,34,27); }

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