Html Css Color HEX #6B1908 Red Oxide

📋 copy color: '#6B1908'

red 107 ◦ green 25 ◦ blue 8

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

Shades of Red Oxide #6B1908

Tints of Red Oxide #6B1908

RGB

 RED value IS 107 (42.19% from 255) = 76.43%

 GREEN value IS 25 (10.16% from 255) = 17.86%

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

R = 76.43%
G = 17.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B1908 (or 0x6B1908) is known color: Red Oxide. HEX triplet: 6B, 19 and 08. RGB value is (107,25,8). Sum of RGB (Red+Green+Blue) = 107+25+8=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1908 is #94E6F7. Grayscale: #2F2F2F. Windows color (decimal): -9758456 or 530795. OLE color: 530795.

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

Color convert

RGB 107 25 8 -
CMYK 0 0.77 0.93 0.58
HSL 10.3º 0.86% 0.23% -
HSV(B) 10.3º 0.93% 0.42% -
XYZ 6.45 3.84 0.63 -
YUV 47.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 107 25 8 0 0.77 0.93 0.58 10.3 0.86 0.23
Hex 6B 19 8 0 4D 5D 3A A 56 17
Octal 153 31 10 0 115 135 72 12 126 27
Binary 1101011 11001 1000 0 1001101 1011101 111010 1010 1010110 10111

Color Harmonies of #6B1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1908

Black with #6B1908

Text Example


Text Example

White with #6B1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,25,8); }

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

background-color css

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

 a { background-color: rgb(107,25,8); }

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

border-color css

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

 span { border-color: rgb(107,25,8); }

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