Html Css Color HEX #6C2015 Red Oxide

📋 copy color: '#6C2015'

red 108 ◦ green 32 ◦ blue 21

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

Shades of Red Oxide #6C2015

Tints of Red Oxide #6C2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 67.08%
G = 19.88%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6C2015 (or 0x6C2015) is known color: Red Oxide. HEX triplet: 6C, 20 and 15. RGB value is (108,32,21). Sum of RGB (Red+Green+Blue) = 108+32+21=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2015 is #93DFEA. Grayscale: #353535. Windows color (decimal): -9691115 or 1384556. OLE color: 1384556.

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

Color convert

RGB 108 32 21 -
CMYK 0 0.70 0.81 0.58
HSL 7.59º 0.67% 0.25% -
HSV(B) 7.59º 0.81% 0.42% -
XYZ 6.84 4.28 1.17 -
YUV 53.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 108 32 21 0 0.70 0.81 0.58 7.59 0.67 0.25
Hex 6C 20 15 0 46 51 3A 8 43 19
Octal 154 40 25 0 106 121 72 10 103 31
Binary 1101100 100000 10101 0 1000110 1010001 111010 1000 1000011 11001

Color Harmonies of #6C2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2015

Black with #6C2015

Text Example


Text Example

White with #6C2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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