Html Css Color HEX #6C241C Red Oxide

📋 copy color: '#6C241C'

red 108 ◦ green 36 ◦ blue 28

#6C241C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #6C241C

Tints of Red Oxide #6C241C

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 value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C241C (or 0x6C241C) is known color: 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

RGB 108 36 28 -
CMYK 0 0.67 0.74 0.58
HSL 0.59% 0.27% -
HSV(B) 0.74% 0.42% -
XYZ 7.02 4.53 1.6 -
YUV 56.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 108 36 28 0 0.67 0.74 0.58 6 0.59 0.27
Hex 6C 24 1C 0 43 4A 3A 6 3B 1B
Octal 154 44 34 0 103 112 72 6 73 33
Binary 1101100 100100 11100 0 1000011 1001010 111010 110 111011 11011

Color Harmonies of #6C241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C241C

Black with #6C241C

Text Example


Text Example

White with #6C241C

Text Example


Text Example

HTML Codes & Css Web 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>