Html Css Color HEX #681608 Red Oxide

📋 copy color: '#681608'

red 104 ◦ green 22 ◦ blue 8

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

Shades of Red Oxide #681608

Tints of Red Oxide #681608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

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

R = 77.61%
G = 16.42%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681608 (or 0x681608) is known color: Red Oxide. HEX triplet: 68, 16 and 08. RGB value is (104,22,8). Sum of RGB (Red+Green+Blue) = 104+22+8=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681608 is #97E9F7. Grayscale: #2D2D2D. Windows color (decimal): -9955832 or 530024. OLE color: 530024.

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

Color convert

RGB 104 22 8 -
CMYK 0 0.79 0.92 0.59
HSL 8.75º 0.86% 0.22% -
HSV(B) 8.75º 0.92% 0.41% -
XYZ 6.04 3.53 0.59 -
YUV 44.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 104 22 8 0 0.79 0.92 0.59 8.75 0.86 0.22
Hex 68 16 8 0 4F 5C 3B 9 56 16
Octal 150 26 10 0 117 134 73 11 126 26
Binary 1101000 10110 1000 0 1001111 1011100 111011 1001 1010110 10110

Color Harmonies of #681608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681608

Black with #681608

Text Example


Text Example

White with #681608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681608; }

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

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

background-color css

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

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

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

border-color css

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

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

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