Html Css Color HEX #681A00 Red Oxide

📋 copy color: '#681A00'

red 104 ◦ green 26 ◦ blue 0

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

Shades of Red Oxide #681A00

Tints of Red Oxide #681A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

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

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681A00 (or 0x681A00) is known color: Red Oxide. HEX triplet: 68, 1A and 00. RGB value is (104,26,0). Sum of RGB (Red+Green+Blue) = 104+26+0=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A00 is #97E5FF. Grayscale: #2E2E2E. Windows color (decimal): -9954816 or 6760. OLE color: 6760.

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

Color convert

RGB 104 26 0 -
CMYK 0 0.75 1 0.59
HSL 15º 1% 0.2% -
HSV(B) 15º 1% 0.41% -
XYZ 6.08 3.68 0.39 -
YUV 46.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 104 26 0 0 0.75 1 0.59 15 1 0.2
Hex 68 1A 0 0 4B 64 3B F 64 14
Octal 150 32 0 0 113 144 73 17 144 24
Binary 1101000 11010 0 0 1001011 1100100 111011 1111 1100100 10100

Color Harmonies of #681A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A00

Black with #681A00

Text Example


Text Example

White with #681A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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