Html Css Color HEX #681900 Red Oxide

📋 copy color: '#681900'

red 104 ◦ green 25 ◦ blue 0

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

Shades of Red Oxide #681900

Tints of Red Oxide #681900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

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

R = 80.62%
G = 19.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681900 (or 0x681900) is known color: Red Oxide. HEX triplet: 68, 19 and 00. RGB value is (104,25,0). Sum of RGB (Red+Green+Blue) = 104+25+0=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681900 is #97E6FF. Grayscale: #2D2D2D. Windows color (decimal): -9955072 or 6504. OLE color: 6504.

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

Color convert

RGB 104 25 0 -
CMYK 0 0.76 1 0.59
HSL 14.42º 1% 0.2% -
HSV(B) 14.42º 1% 0.41% -
XYZ 6.06 3.64 0.38 -
YUV 45.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 104 25 0 0 0.76 1 0.59 14.42 1 0.2
Hex 68 19 0 0 4C 64 3B E 64 14
Octal 150 31 0 0 114 144 73 16 144 24
Binary 1101000 11001 0 0 1001100 1100100 111011 1110 1100100 10100

Color Harmonies of #681900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681900

Black with #681900

Text Example


Text Example

White with #681900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681900; }

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

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

background-color css

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

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

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

border-color css

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

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

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