Html Css Color HEX #681700 Red Oxide

📋 copy color: '#681700'

red 104 ◦ green 23 ◦ blue 0

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

Shades of Red Oxide #681700

Tints of Red Oxide #681700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.89%
G = 18.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681700 (or 0x681700) is known color: Red Oxide. HEX triplet: 68, 17 and 00. RGB value is (104,23,0). Sum of RGB (Red+Green+Blue) = 104+23+0=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #681700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681700 is #97E8FF. Grayscale: #2C2C2C. Windows color (decimal): -9955584 or 5992. OLE color: 5992.

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

Color convert

RGB 104 23 0 -
CMYK 0 0.78 1 0.59
HSL 13.27º 1% 0.2% -
HSV(B) 13.27º 1% 0.41% -
XYZ 6.02 3.56 0.37 -
YUV 44.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 104 23 0 0 0.78 1 0.59 13.27 1 0.2
Hex 68 17 0 0 4E 64 3B D 64 14
Octal 150 27 0 0 116 144 73 15 144 24
Binary 1101000 10111 0 0 1001110 1100100 111011 1101 1100100 10100

Color Harmonies of #681700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681700

Black with #681700

Text Example


Text Example

White with #681700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681700; }

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

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

background-color css

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

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

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

border-color css

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

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

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