Html Css Color HEX #681008 Red Oxide

📋 copy color: '#681008'

red 104 ◦ green 16 ◦ blue 8

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

Shades of Red Oxide #681008

Tints of Red Oxide #681008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.5%

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

R = 81.25%
G = 12.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681008 (or 0x681008) is known color: Red Oxide. HEX triplet: 68, 10 and 08. RGB value is (104,16,8). Sum of RGB (Red+Green+Blue) = 104+16+8=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #681008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681008 is #97EFF7. Grayscale: #292929. Windows color (decimal): -9957368 or 528488. OLE color: 528488.

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

Color convert

RGB 104 16 8 -
CMYK 0 0.85 0.92 0.59
HSL 0.86% 0.22% -
HSV(B) 0.92% 0.41% -
XYZ 5.94 3.33 0.56 -
YUV 41.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 104 16 8 0 0.85 0.92 0.59 5 0.86 0.22
Hex 68 10 8 0 55 5C 3B 5 56 16
Octal 150 20 10 0 125 134 73 5 126 26
Binary 1101000 10000 1000 0 1010101 1011100 111011 101 1010110 10110

Color Harmonies of #681008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681008

Black with #681008

Text Example


Text Example

White with #681008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681008; }

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

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

background-color css

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

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

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

border-color css

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

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

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