Html Css Color HEX #681801 Red Oxide

📋 copy color: '#681801'

red 104 ◦ green 24 ◦ blue 1

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

Shades of Red Oxide #681801

Tints of Red Oxide #681801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 80.62%
G = 18.6%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#681801 (or 0x681801) is known color: Red Oxide. HEX triplet: 68, 18 and 01. RGB value is (104,24,1). Sum of RGB (Red+Green+Blue) = 104+24+1=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681801 is #97E7FE. Grayscale: #2D2D2D. Windows color (decimal): -9955327 or 71784. OLE color: 71784.

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

Color convert

RGB 104 24 1 -
CMYK 0 0.77 0.99 0.59
HSL 13.4º 0.98% 0.21% -
HSV(B) 13.4º 0.99% 0.41% -
XYZ 6.04 3.6 0.4 -
YUV 45.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 104 24 1 0 0.77 0.99 0.59 13.4 0.98 0.21
Hex 68 18 1 0 4D 63 3B D 62 15
Octal 150 30 1 0 115 143 73 15 142 25
Binary 1101000 11000 1 0 1001101 1100011 111011 1101 1100010 10101

Color Harmonies of #681801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681801

Black with #681801

Text Example


Text Example

White with #681801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681801; }

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

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

background-color css

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

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

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

border-color css

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

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

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