Html Css Color HEX #681901 Red Oxide

📋 copy color: '#681901'

red 104 ◦ green 25 ◦ blue 1

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

Shades of Red Oxide #681901

Tints of Red Oxide #681901

RGB

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

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

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

R = 80%
G = 19.23%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681901 (or 0x681901) is known color: Red Oxide. HEX triplet: 68, 19 and 01. RGB value is (104,25,1). Sum of RGB (Red+Green+Blue) = 104+25+1=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681901 is #97E6FE. Grayscale: #2E2E2E. Windows color (decimal): -9955071 or 72040. OLE color: 72040.

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

Color convert

RGB 104 25 1 -
CMYK 0 0.76 0.99 0.59
HSL 13.98º 0.98% 0.21% -
HSV(B) 13.98º 0.99% 0.41% -
XYZ 6.06 3.64 0.41 -
YUV 45.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 104 25 1 0 0.76 0.99 0.59 13.98 0.98 0.21
Hex 68 19 1 0 4C 63 3B E 62 15
Octal 150 31 1 0 114 143 73 16 142 25
Binary 1101000 11001 1 0 1001100 1100011 111011 1110 1100010 10101

Color Harmonies of #681901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681901

Black with #681901

Text Example


Text Example

White with #681901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681901; }

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

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

background-color css

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

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

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

border-color css

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

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

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