Html Css Color HEX #6C2019 Red Oxide

📋 copy color: '#6C2019'

red 108 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #6C2019

Tints of Red Oxide #6C2019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 65.45%
G = 19.39%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6C2019 (or 0x6C2019) is known color: Red Oxide. HEX triplet: 6C, 20 and 19. RGB value is (108,32,25). Sum of RGB (Red+Green+Blue) = 108+32+25=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2019 is #93DFE6. Grayscale: #363636. Windows color (decimal): -9691111 or 1646700. OLE color: 1646700.

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

Color convert

RGB 108 32 25 -
CMYK 0 0.70 0.77 0.58
HSL 5.06º 0.62% 0.26% -
HSV(B) 5.06º 0.77% 0.42% -
XYZ 6.88 4.29 1.39 -
YUV 53.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 108 32 25 0 0.70 0.77 0.58 5.06 0.62 0.26
Hex 6C 20 19 0 46 4D 3A 5 3E 1A
Octal 154 40 31 0 106 115 72 5 76 32
Binary 1101100 100000 11001 0 1000110 1001101 111010 101 111110 11010

Color Harmonies of #6C2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2019

Black with #6C2019

Text Example


Text Example

White with #6C2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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