#6C241C

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

Shades of Red Oxide #6C241C

Tints of Red Oxide #6C241C

Color information

#6C241C (or 0x6C241C) is unknown color: approx Red Oxide. HEX triplet: 6C, 24 and 1C. RGB value is (108,36,28). Sum of RGB (Red+Green+Blue) = 108+36+28=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C241C is #93DBE3. Grayscale: #383838. Windows color (decimal): -9690084 or 1844332. OLE color: 1844332.

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

Color convert

RGB1083628-
CMYK00.670.740.58
HSL58.82%26.67%-
HSV(B)74.07%42.35%-
XYZ7.024.531.6-
YUV56.62111.85164.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.79%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=62.79%
G=20.93%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108362800.670.740.58658.8226.67
Hex6C241C0434A3A63b1b
Octal154443401031127267333
Binary11011001001001110001000011100101011101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,36,28); }

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

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

 a { background-color: rgb(108,36,28); }

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

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

 span { border-color: rgb(108,36,28); }

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