Html Css Color HEX #6C201D Red Oxide

📋 copy color: '#6C201D'

red 108 ◦ green 32 ◦ blue 29

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

Shades of Red Oxide #6C201D

Tints of Red Oxide #6C201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 63.91%
G = 18.93%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C201D (or 0x6C201D) is known color: Red Oxide. HEX triplet: 6C, 20 and 1D. RGB value is (108,32,29). Sum of RGB (Red+Green+Blue) = 108+32+29=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C201D is #93DFE2. Grayscale: #363636. Windows color (decimal): -9691107 or 1908844. OLE color: 1908844.

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

Color convert

RGB 108 32 29 -
CMYK 0 0.70 0.73 0.58
HSL 2.28º 0.58% 0.27% -
HSV(B) 2.28º 0.73% 0.42% -
XYZ 6.92 4.31 1.63 -
YUV 54.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 108 32 29 0 0.70 0.73 0.58 2.28 0.58 0.27
Hex 6C 20 1D 0 46 49 3A 2 3A 1B
Octal 154 40 35 0 106 111 72 2 72 33
Binary 1101100 100000 11101 0 1000110 1001001 111010 10 111010 11011

Color Harmonies of #6C201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C201D

Black with #6C201D

Text Example


Text Example

White with #6C201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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