Html Css Color HEX #681908 Red Oxide

📋 copy color: '#681908'

red 104 ◦ green 25 ◦ blue 8

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

Shades of Red Oxide #681908

Tints of Red Oxide #681908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

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

R = 75.91%
G = 18.25%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681908 (or 0x681908) is known color: Red Oxide. HEX triplet: 68, 19 and 08. RGB value is (104,25,8). Sum of RGB (Red+Green+Blue) = 104+25+8=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681908 is #97E6F7. Grayscale: #2E2E2E. Windows color (decimal): -9955064 or 530792. OLE color: 530792.

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

Color convert

RGB 104 25 8 -
CMYK 0 0.76 0.92 0.59
HSL 10.63º 0.86% 0.22% -
HSV(B) 10.63º 0.92% 0.41% -
XYZ 6.1 3.66 0.61 -
YUV 46.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 104 25 8 0 0.76 0.92 0.59 10.63 0.86 0.22
Hex 68 19 8 0 4C 5C 3B B 56 16
Octal 150 31 10 0 114 134 73 13 126 26
Binary 1101000 11001 1000 0 1001100 1011100 111011 1011 1010110 10110

Color Harmonies of #681908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681908

Black with #681908

Text Example


Text Example

White with #681908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681908; }

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

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

background-color css

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

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

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

border-color css

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

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

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