Html Css Color HEX #681708 Red Oxide

📋 copy color: '#681708'

red 104 ◦ green 23 ◦ blue 8

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

Shades of Red Oxide #681708

Tints of Red Oxide #681708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.04%

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

R = 77.04%
G = 17.04%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681708 (or 0x681708) is known color: Red Oxide. HEX triplet: 68, 17 and 08. RGB value is (104,23,8). Sum of RGB (Red+Green+Blue) = 104+23+8=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681708 is #97E8F7. Grayscale: #2D2D2D. Windows color (decimal): -9955576 or 530280. OLE color: 530280.

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

Color convert

RGB 104 23 8 -
CMYK 0 0.78 0.92 0.59
HSL 9.38º 0.86% 0.22% -
HSV(B) 9.38º 0.92% 0.41% -
XYZ 6.06 3.57 0.6 -
YUV 45.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 104 23 8 0 0.78 0.92 0.59 9.38 0.86 0.22
Hex 68 17 8 0 4E 5C 3B 9 56 16
Octal 150 27 10 0 116 134 73 11 126 26
Binary 1101000 10111 1000 0 1001110 1011100 111011 1001 1010110 10110

Color Harmonies of #681708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681708

Black with #681708

Text Example


Text Example

White with #681708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681708; }

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

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

background-color css

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

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

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

border-color css

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

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

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