Html Css Color HEX #6C201C Red Oxide

📋 copy color: '#6C201C'

red 108 ◦ green 32 ◦ blue 28

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

Shades of Red Oxide #6C201C

Tints of Red Oxide #6C201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 64.29%
G = 19.05%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C201C (or 0x6C201C) is known color: Red Oxide. HEX triplet: 6C, 20 and 1C. RGB value is (108,32,28). Sum of RGB (Red+Green+Blue) = 108+32+28=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C201C is #93DFE3. Grayscale: #363636. Windows color (decimal): -9691108 or 1843308. OLE color: 1843308.

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

Color convert

RGB 108 32 28 -
CMYK 0 0.70 0.74 0.58
HSL 0.59% 0.27% -
HSV(B) 0.74% 0.42% -
XYZ 6.91 4.31 1.57 -
YUV 54.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 108 32 28 0 0.70 0.74 0.58 3 0.59 0.27
Hex 6C 20 1C 0 46 4A 3A 3 3B 1B
Octal 154 40 34 0 106 112 72 3 73 33
Binary 1101100 100000 11100 0 1000110 1001010 111010 11 111011 11011

Color Harmonies of #6C201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C201C

Black with #6C201C

Text Example


Text Example

White with #6C201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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