#6C220F

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

Shades of Red Oxide #6C220F

Tints of Red Oxide #6C220F

Color information

#6C220F (or 0x6C220F) is unknown color: approx Red Oxide. HEX triplet: 6C, 22 and 0F. RGB value is (108,34,15). Sum of RGB (Red+Green+Blue) = 108+34+15=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C220F is #93DDF0. Grayscale: #363636. Windows color (decimal): -9690609 or 991852. OLE color: 991852.

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

Color convert

RGB1083415-
CMYK00.690.860.58
HSL12.26º75.61%24.12%-
HSV(B)12.26º86.11%42.35%-
XYZ6.844.370.93-
YUV53.96106.02166.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.79%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=68.79%
G=21.66%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108341500.690.860.5812.2675.6124.12
Hex6C22F045563Ac4c18
Octal15442170105126721411430
Binary110110010001011110100010110101101110101100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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