Html Css Color HEX #6C1C1A Red Oxide

📋 copy color: '#6C1C1A'

red 108 ◦ green 28 ◦ blue 26

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

Shades of Red Oxide #6C1C1A

Tints of Red Oxide #6C1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.28%

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

R = 66.67%
G = 17.28%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C1C1A (or 0x6C1C1A) is known color: Red Oxide. HEX triplet: 6C, 1C and 1A. RGB value is (108,28,26). Sum of RGB (Red+Green+Blue) = 108+28+26=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1C1A is #93E3E5. Grayscale: #333333. Windows color (decimal): -9692134 or 1711212. OLE color: 1711212.

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

Color convert

RGB 108 28 26 -
CMYK 0 0.74 0.76 0.58
HSL 1.46º 0.61% 0.26% -
HSV(B) 1.46º 0.76% 0.42% -
XYZ 6.79 4.09 1.41 -
YUV 51.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 108 28 26 0 0.74 0.76 0.58 1.46 0.61 0.26
Hex 6C 1C 1A 0 4A 4C 3A 1 3D 1A
Octal 154 34 32 0 112 114 72 1 75 32
Binary 1101100 11100 11010 0 1001010 1001100 111010 1 111101 11010

Color Harmonies of #6C1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1C1A

Black with #6C1C1A

Text Example


Text Example

White with #6C1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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