Html Css Color HEX #6C200B Red Oxide

📋 copy color: '#6C200B'

red 108 ◦ green 32 ◦ blue 11

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

Shades of Red Oxide #6C200B

Tints of Red Oxide #6C200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.28%

R = 71.52%
G = 21.19%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C200B (or 0x6C200B) is known color: Red Oxide. HEX triplet: 6C, 20 and 0B. RGB value is (108,32,11). Sum of RGB (Red+Green+Blue) = 108+32+11=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C200B is #93DFF4. Grayscale: #343434. Windows color (decimal): -9691125 or 729196. OLE color: 729196.

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

Color convert

RGB 108 32 11 -
CMYK 0 0.70 0.90 0.58
HSL 12.99º 0.82% 0.23% -
HSV(B) 12.99º 0.9% 0.42% -
XYZ 6.76 4.25 0.78 -
YUV 52.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 108 32 11 0 0.70 0.90 0.58 12.99 0.82 0.23
Hex 6C 20 B 0 46 5A 3A D 52 17
Octal 154 40 13 0 106 132 72 15 122 27
Binary 1101100 100000 1011 0 1000110 1011010 111010 1101 1010010 10111

Color Harmonies of #6C200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C200B

Black with #6C200B

Text Example


Text Example

White with #6C200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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