Html Css Color HEX #6B1808 Red Oxide

📋 copy color: '#6B1808'

red 107 ◦ green 24 ◦ blue 8

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

Shades of Red Oxide #6B1808

Tints of Red Oxide #6B1808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 76.98%
G = 17.27%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B1808 (or 0x6B1808) is known color: Red Oxide. HEX triplet: 6B, 18 and 08. RGB value is (107,24,8). Sum of RGB (Red+Green+Blue) = 107+24+8=139 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.98% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1808 is #94E7F7. Grayscale: #2F2F2F. Windows color (decimal): -9758712 or 530539. OLE color: 530539.

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

Color convert

RGB 107 24 8 -
CMYK 0 0.78 0.93 0.58
HSL 9.7º 0.86% 0.23% -
HSV(B) 9.7º 0.93% 0.42% -
XYZ 6.43 3.8 0.62 -
YUV 46.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 107 24 8 0 0.78 0.93 0.58 9.7 0.86 0.23
Hex 6B 18 8 0 4E 5D 3A A 56 17
Octal 153 30 10 0 116 135 72 12 126 27
Binary 1101011 11000 1000 0 1001110 1011101 111010 1010 1010110 10111

Color Harmonies of #6B1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1808

Black with #6B1808

Text Example


Text Example

White with #6B1808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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