Html Css Color HEX #6C2020 Red Oxide

📋 copy color: '#6C2020'

red 108 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #6C2020

Tints of Red Oxide #6C2020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 62.79%
G = 18.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6C2020 (or 0x6C2020) is known color: Red Oxide. HEX triplet: 6C, 20 and 20. RGB value is (108,32,32). Sum of RGB (Red+Green+Blue) = 108+32+32=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2020 is #93DFDF. Grayscale: #363636. Windows color (decimal): -9691104 or 2105452. OLE color: 2105452.

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

Color convert

RGB 108 32 32 -
CMYK 0 0.70 0.70 0.58
HSL 0.54% 0.27% -
HSV(B) 0.7% 0.42% -
XYZ 6.96 4.33 1.83 -
YUV 54.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 108 32 32 0 0.70 0.70 0.58 0 0.54 0.27
Hex 6C 20 20 0 46 46 3A 0 36 1B
Octal 154 40 40 0 106 106 72 0 66 33
Binary 1101100 100000 100000 0 1000110 1000110 111010 0 110110 11011

Color Harmonies of #6C2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2020

Black with #6C2020

Text Example


Text Example

White with #6C2020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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