Html Css Color HEX #681706 Red Oxide

📋 copy color: '#681706'

red 104 ◦ green 23 ◦ blue 6

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

Shades of Red Oxide #681706

Tints of Red Oxide #681706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 78.2%
G = 17.29%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#681706 (or 0x681706) is known color: Red Oxide. HEX triplet: 68, 17 and 06. RGB value is (104,23,6). Sum of RGB (Red+Green+Blue) = 104+23+6=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681706 is #97E8F9. Grayscale: #2D2D2D. Windows color (decimal): -9955578 or 399208. OLE color: 399208.

HSL color Cylindrical-coordinate representation of color #681706: hue angle of 10.41º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #681706 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 6 -
CMYK 0 0.78 0.94 0.59
HSL 10.41º 0.89% 0.22% -
HSV(B) 10.41º 0.94% 0.41% -
XYZ 6.05 3.57 0.54 -
YUV 45.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 104 23 6 0 0.78 0.94 0.59 10.41 0.89 0.22
Hex 68 17 6 0 4E 5E 3B A 59 16
Octal 150 27 6 0 116 136 73 12 131 26
Binary 1101000 10111 110 0 1001110 1011110 111011 1010 1011001 10110

Color Harmonies of #681706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681706

Black with #681706

Text Example


Text Example

White with #681706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681706; }

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

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

background-color css

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

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

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

border-color css

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

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

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