Html Css Color HEX #681808 Red Oxide

📋 copy color: '#681808'

red 104 ◦ green 24 ◦ blue 8

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

Shades of Red Oxide #681808

Tints of Red Oxide #681808

RGB

 RED value IS 104 (41.02% from 255) = 76.47%

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

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

R = 76.47%
G = 17.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681808 (or 0x681808) is known color: Red Oxide. HEX triplet: 68, 18 and 08. RGB value is (104,24,8). Sum of RGB (Red+Green+Blue) = 104+24+8=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681808 is #97E7F7. Grayscale: #2E2E2E. Windows color (decimal): -9955320 or 530536. OLE color: 530536.

HSL color Cylindrical-coordinate representation of color #681808: hue angle of 10º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #681808 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 8 -
CMYK 0 0.77 0.92 0.59
HSL 10º 0.86% 0.22% -
HSV(B) 10º 0.92% 0.41% -
XYZ 6.08 3.61 0.61 -
YUV 46.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 104 24 8 0 0.77 0.92 0.59 10 0.86 0.22
Hex 68 18 8 0 4D 5C 3B A 56 16
Octal 150 30 10 0 115 134 73 12 126 26
Binary 1101000 11000 1000 0 1001101 1011100 111011 1010 1010110 10110

Color Harmonies of #681808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681808

Black with #681808

Text Example


Text Example

White with #681808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681808; }

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

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

background-color css

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

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

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

border-color css

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

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

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