Html Css Color HEX #6C1F08 Red Oxide

📋 copy color: '#6C1F08'

red 108 ◦ green 31 ◦ blue 8

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

Shades of Red Oxide #6C1F08

Tints of Red Oxide #6C1F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

 BLUE value IS 8 (3.52% from 255) = 5.44%

R = 73.47%
G = 21.09%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6C1F08 (or 0x6C1F08) is known color: Red Oxide. HEX triplet: 6C, 1F and 08. RGB value is (108,31,8). Sum of RGB (Red+Green+Blue) = 108+31+8=147 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.47% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C1F08 is #93E0F7. Grayscale: #333333. Windows color (decimal): -9691384 or 532332. OLE color: 532332.

HSL color Cylindrical-coordinate representation of color #6C1F08: hue angle of 13.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C1F08 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 31 8 -
CMYK 0 0.71 0.93 0.58
HSL 13.8º 0.86% 0.23% -
HSV(B) 13.8º 0.93% 0.42% -
XYZ 6.72 4.19 0.68 -
YUV 51.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 108 31 8 0 0.71 0.93 0.58 13.8 0.86 0.23
Hex 6C 1F 8 0 47 5D 3A E 56 17
Octal 154 37 10 0 107 135 72 16 126 27
Binary 1101100 11111 1000 0 1000111 1011101 111010 1110 1010110 10111

Color Harmonies of #6C1F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1F08

Black with #6C1F08

Text Example


Text Example

White with #6C1F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,31,8); }

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

background-color css

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

 a { background-color: rgb(108,31,8); }

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

border-color css

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

 span { border-color: rgb(108,31,8); }

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