Html Css Color HEX #6C211A Red Oxide

📋 copy color: '#6C211A'

red 108 ◦ green 33 ◦ blue 26

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

Shades of Red Oxide #6C211A

Tints of Red Oxide #6C211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 64.67%
G = 19.76%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C211A (or 0x6C211A) is known color: Red Oxide. HEX triplet: 6C, 21 and 1A. RGB value is (108,33,26). Sum of RGB (Red+Green+Blue) = 108+33+26=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C211A is #93DEE5. Grayscale: #363636. Windows color (decimal): -9690854 or 1712492. OLE color: 1712492.

HSL color Cylindrical-coordinate representation of color #6C211A: hue angle of 5.12º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C211A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 33 26 -
CMYK 0 0.69 0.76 0.58
HSL 5.12º 0.61% 0.26% -
HSV(B) 5.12º 0.76% 0.42% -
XYZ 6.91 4.35 1.45 -
YUV 54.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 108 33 26 0 0.69 0.76 0.58 5.12 0.61 0.26
Hex 6C 21 1A 0 45 4C 3A 5 3D 1A
Octal 154 41 32 0 105 114 72 5 75 32
Binary 1101100 100001 11010 0 1000101 1001100 111010 101 111101 11010

Color Harmonies of #6C211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C211A

Black with #6C211A

Text Example


Text Example

White with #6C211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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