Html Css Color HEX #6C221D Red Oxide

📋 copy color: '#6C221D'

red 108 ◦ green 34 ◦ blue 29

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

Shades of Red Oxide #6C221D

Tints of Red Oxide #6C221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 63.16%
G = 19.88%
B = 16.96%

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

#6C221D (or 0x6C221D) is known color: Red Oxide. HEX triplet: 6C, 22 and 1D. RGB value is (108,34,29). Sum of RGB (Red+Green+Blue) = 108+34+29=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C221D is #93DDE2. Grayscale: #373737. Windows color (decimal): -9690595 or 1909356. OLE color: 1909356.

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

Color convert

RGB 108 34 29 -
CMYK 0 0.69 0.73 0.58
HSL 3.8º 0.58% 0.27% -
HSV(B) 3.8º 0.73% 0.42% -
XYZ 6.98 4.42 1.65 -
YUV 55.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 108 34 29 0 0.69 0.73 0.58 3.8 0.58 0.27
Hex 6C 22 1D 0 45 49 3A 4 3A 1B
Octal 154 42 35 0 105 111 72 4 72 33
Binary 1101100 100010 11101 0 1000101 1001001 111010 100 111010 11011

Color Harmonies of #6C221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C221D

Black with #6C221D

Text Example


Text Example

White with #6C221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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