Html Css Color HEX #681701 Red Oxide

📋 copy color: '#681701'

red 104 ◦ green 23 ◦ blue 1

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

Shades of Red Oxide #681701

Tints of Red Oxide #681701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 81.25%
G = 17.97%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681701 (or 0x681701) is known color: Red Oxide. HEX triplet: 68, 17 and 01. RGB value is (104,23,1). Sum of RGB (Red+Green+Blue) = 104+23+1=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #681701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681701 is #97E8FE. Grayscale: #2C2C2C. Windows color (decimal): -9955583 or 71528. OLE color: 71528.

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

Color convert

RGB 104 23 1 -
CMYK 0 0.78 0.99 0.59
HSL 12.82º 0.98% 0.21% -
HSV(B) 12.82º 0.99% 0.41% -
XYZ 6.02 3.56 0.4 -
YUV 44.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 104 23 1 0 0.78 0.99 0.59 12.82 0.98 0.21
Hex 68 17 1 0 4E 63 3B D 62 15
Octal 150 27 1 0 116 143 73 15 142 25
Binary 1101000 10111 1 0 1001110 1100011 111011 1101 1100010 10101

Color Harmonies of #681701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681701

Black with #681701

Text Example


Text Example

White with #681701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681701; }

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

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

background-color css

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

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

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

border-color css

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

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

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