#6C221A

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

Shades of Red Oxide #6C221A

Tints of Red Oxide #6C221A

Color information

#6C221A (or 0x6C221A) is unknown color: approx Red Oxide. HEX triplet: 6C, 22 and 1A. RGB value is (108,34,26). Sum of RGB (Red+Green+Blue) = 108+34+26=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C221A is #93DDE5. Grayscale: #373737. Windows color (decimal): -9690598 or 1712748. OLE color: 1712748.

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

Color convert

RGB1083426-
CMYK00.690.760.58
HSL5.85º61.19%26.27%-
HSV(B)5.85º75.93%42.35%-
XYZ6.944.411.46-
YUV55.21111.52165.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 64.29%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=64.29%
G=20.24%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108342600.690.760.585.8561.1926.27
Hex6C221A0454C3A63d1a
Octal154423201051147267532
Binary11011001000101101001000101100110011101011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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