Html Css Color HEX #681308 Red Oxide

📋 copy color: '#681308'

red 104 ◦ green 19 ◦ blue 8

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

Shades of Red Oxide #681308

Tints of Red Oxide #681308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

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

R = 79.39%
G = 14.5%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681308 (or 0x681308) is known color: Red Oxide. HEX triplet: 68, 13 and 08. RGB value is (104,19,8). Sum of RGB (Red+Green+Blue) = 104+19+8=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #681308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681308 is #97ECF7. Grayscale: #2B2B2B. Windows color (decimal): -9956600 or 529256. OLE color: 529256.

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

Color convert

RGB 104 19 8 -
CMYK 0 0.82 0.92 0.59
HSL 6.88º 0.86% 0.22% -
HSV(B) 6.88º 0.92% 0.41% -
XYZ 5.99 3.43 0.58 -
YUV 43.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 104 19 8 0 0.82 0.92 0.59 6.88 0.86 0.22
Hex 68 13 8 0 52 5C 3B 7 56 16
Octal 150 23 10 0 122 134 73 7 126 26
Binary 1101000 10011 1000 0 1010010 1011100 111011 111 1010110 10110

Color Harmonies of #681308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681308

Black with #681308

Text Example


Text Example

White with #681308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681308; }

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

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

background-color css

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

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

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

border-color css

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

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

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