Html Css Color HEX #6C1B16 Red Oxide

📋 copy color: '#6C1B16'

red 108 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #6C1B16

Tints of Red Oxide #6C1B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 22 (8.98% from 255) = 14.01%

R = 68.79%
G = 17.2%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6C1B16 (or 0x6C1B16) is known color: Red Oxide. HEX triplet: 6C, 1B and 16. RGB value is (108,27,22). Sum of RGB (Red+Green+Blue) = 108+27+22=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1B16 is #93E4E9. Grayscale: #323232. Windows color (decimal): -9692394 or 1448812. OLE color: 1448812.

HSL color Cylindrical-coordinate representation of color #6C1B16: hue angle of 3.49º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1B16 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 27 22 -
CMYK 0 0.75 0.80 0.58
HSL 3.49º 0.66% 0.25% -
HSV(B) 3.49º 0.8% 0.42% -
XYZ 6.72 4.03 1.18 -
YUV 50.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 108 27 22 0 0.75 0.80 0.58 3.49 0.66 0.25
Hex 6C 1B 16 0 4B 50 3A 3 42 19
Octal 154 33 26 0 113 120 72 3 102 31
Binary 1101100 11011 10110 0 1001011 1010000 111010 11 1000010 11001

Color Harmonies of #6C1B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1B16

Black with #6C1B16

Text Example


Text Example

White with #6C1B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,27,22); }

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

background-color css

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

 a { background-color: rgb(108,27,22); }

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

border-color css

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

 span { border-color: rgb(108,27,22); }

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