Html Css Color HEX #6C211D Red Oxide

📋 copy color: '#6C211D'

red 108 ◦ green 33 ◦ blue 29

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

Shades of Red Oxide #6C211D

Tints of Red Oxide #6C211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

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

R = 63.53%
G = 19.41%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C211D (or 0x6C211D) is known color: Red Oxide. HEX triplet: 6C, 21 and 1D. RGB value is (108,33,29). Sum of RGB (Red+Green+Blue) = 108+33+29=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C211D is #93DEE2. Grayscale: #373737. Windows color (decimal): -9690851 or 1909100. OLE color: 1909100.

HSL color Cylindrical-coordinate representation of color #6C211D: hue angle of 3.04º 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 #6C211D is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 33 29 -
CMYK 0 0.69 0.73 0.58
HSL 3.04º 0.58% 0.27% -
HSV(B) 3.04º 0.73% 0.42% -
XYZ 6.95 4.36 1.64 -
YUV 54.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 108 33 29 0 0.69 0.73 0.58 3.04 0.58 0.27
Hex 6C 21 1D 0 45 49 3A 3 3A 1B
Octal 154 41 35 0 105 111 72 3 72 33
Binary 1101100 100001 11101 0 1000101 1001001 111010 11 111010 11011

Color Harmonies of #6C211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C211D

Black with #6C211D

Text Example


Text Example

White with #6C211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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