Html Css Color HEX #681600 Red Oxide

📋 copy color: '#681600'

red 104 ◦ green 22 ◦ blue 0

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

Shades of Red Oxide #681600

Tints of Red Oxide #681600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.46%

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

R = 82.54%
G = 17.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#681600 (or 0x681600) is known color: Red Oxide. HEX triplet: 68, 16 and 00. RGB value is (104,22,0). Sum of RGB (Red+Green+Blue) = 104+22+0=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #681600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681600 is #97E9FF. Grayscale: #2C2C2C. Windows color (decimal): -9955840 or 5736. OLE color: 5736.

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

Color convert

RGB 104 22 0 -
CMYK 0 0.79 1 0.59
HSL 12.69º 1% 0.2% -
HSV(B) 12.69º 1% 0.41% -
XYZ 6 3.52 0.36 -
YUV 44.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 104 22 0 0 0.79 1 0.59 12.69 1 0.2
Hex 68 16 0 0 4F 64 3B D 64 14
Octal 150 26 0 0 117 144 73 15 144 24
Binary 1101000 10110 0 0 1001111 1100100 111011 1101 1100100 10100

Color Harmonies of #681600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681600

Black with #681600

Text Example


Text Example

White with #681600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681600; }

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

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

background-color css

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

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

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

border-color css

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

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

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