Html Css Color HEX #6C2009 Red Oxide

📋 copy color: '#6C2009'

red 108 ◦ green 32 ◦ blue 9

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

Shades of Red Oxide #6C2009

Tints of Red Oxide #6C2009

RGB

 RED value IS 108 (42.58% from 255) = 72.48%

 GREEN value IS 32 (12.89% from 255) = 21.48%

 BLUE value IS 9 (3.91% from 255) = 6.04%

R = 72.48%
G = 21.48%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.58

RGB Variations

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

Color information

#6C2009 (or 0x6C2009) is known color: Red Oxide. HEX triplet: 6C, 20 and 09. RGB value is (108,32,9). Sum of RGB (Red+Green+Blue) = 108+32+9=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2009 is #93DFF6. Grayscale: #343434. Windows color (decimal): -9691127 or 598124. OLE color: 598124.

HSL color Cylindrical-coordinate representation of color #6C2009: hue angle of 13.94º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C2009 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 9 -
CMYK 0 0.70 0.92 0.58
HSL 13.94º 0.85% 0.23% -
HSV(B) 13.94º 0.92% 0.42% -
XYZ 6.75 4.24 0.72 -
YUV 52.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 108 32 9 0 0.70 0.92 0.58 13.94 0.85 0.23
Hex 6C 20 9 0 46 5C 3A E 55 17
Octal 154 40 11 0 106 134 72 16 125 27
Binary 1101100 100000 1001 0 1000110 1011100 111010 1110 1010101 10111

Color Harmonies of #6C2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2009

Black with #6C2009

Text Example


Text Example

White with #6C2009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,32,9); }

 H1.HeaderClassName
 {
   color: #6C2009;
 }
 .AnyTagClassName
 {
   color: #6C2009;
 }
</style>

background-color css

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

 a { background-color: rgb(108,32,9); }

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

border-color css

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

 span { border-color: rgb(108,32,9); }

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