Html Css Color HEX #681408 Red Oxide

📋 copy color: '#681408'

red 104 ◦ green 20 ◦ blue 8

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

Shades of Red Oxide #681408

Tints of Red Oxide #681408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

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

R = 78.79%
G = 15.15%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681408 (or 0x681408) is known color: Red Oxide. HEX triplet: 68, 14 and 08. RGB value is (104,20,8). Sum of RGB (Red+Green+Blue) = 104+20+8=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681408 is #97EBF7. Grayscale: #2B2B2B. Windows color (decimal): -9956344 or 529512. OLE color: 529512.

HSL color Cylindrical-coordinate representation of color #681408: hue angle of 7.5º 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 #681408 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 8 -
CMYK 0 0.81 0.92 0.59
HSL 7.5º 0.86% 0.22% -
HSV(B) 7.5º 0.92% 0.41% -
XYZ 6 3.46 0.58 -
YUV 43.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 104 20 8 0 0.81 0.92 0.59 7.5 0.86 0.22
Hex 68 14 8 0 51 5C 3B 8 56 16
Octal 150 24 10 0 121 134 73 10 126 26
Binary 1101000 10100 1000 0 1010001 1011100 111011 1000 1010110 10110

Color Harmonies of #681408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681408

Black with #681408

Text Example


Text Example

White with #681408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681408; }

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

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

background-color css

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

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

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

border-color css

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

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

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