Html Css Color HEX #681800 Red Oxide

📋 copy color: '#681800'

red 104 ◦ green 24 ◦ blue 0

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

Shades of Red Oxide #681800

Tints of Red Oxide #681800

RGB

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

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

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

R = 81.25%
G = 18.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681800 (or 0x681800) is known color: Red Oxide. HEX triplet: 68, 18 and 00. RGB value is (104,24,0). Sum of RGB (Red+Green+Blue) = 104+24+0=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #681800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681800 is #97E7FF. Grayscale: #2D2D2D. Windows color (decimal): -9955328 or 6248. OLE color: 6248.

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

Color convert

RGB 104 24 0 -
CMYK 0 0.77 1 0.59
HSL 13.85º 1% 0.2% -
HSV(B) 13.85º 1% 0.41% -
XYZ 6.04 3.6 0.38 -
YUV 45.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 104 24 0 0 0.77 1 0.59 13.85 1 0.2
Hex 68 18 0 0 4D 64 3B E 64 14
Octal 150 30 0 0 115 144 73 16 144 24
Binary 1101000 11000 0 0 1001101 1100100 111011 1110 1100100 10100

Color Harmonies of #681800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681800

Black with #681800

Text Example


Text Example

White with #681800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681800; }

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

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

background-color css

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

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

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

border-color css

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

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

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