Html Css Color HEX #681611 Red Oxide

📋 copy color: '#681611'

red 104 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #681611

Tints of Red Oxide #681611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 72.73%
G = 15.38%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#681611 (or 0x681611) is known color: Red Oxide. HEX triplet: 68, 16 and 11. RGB value is (104,22,17). Sum of RGB (Red+Green+Blue) = 104+22+17=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681611 is #97E9EE. Grayscale: #2E2E2E. Windows color (decimal): -9955823 or 1119848. OLE color: 1119848.

HSL color Cylindrical-coordinate representation of color #681611: hue angle of 3.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681611 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 17 -
CMYK 0 0.79 0.84 0.59
HSL 3.45º 0.72% 0.24% -
HSV(B) 3.45º 0.84% 0.41% -
XYZ 6.1 3.56 0.9 -
YUV 45.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 104 22 17 0 0.79 0.84 0.59 3.45 0.72 0.24
Hex 68 16 11 0 4F 54 3B 3 48 18
Octal 150 26 21 0 117 124 73 3 110 30
Binary 1101000 10110 10001 0 1001111 1010100 111011 11 1001000 11000

Color Harmonies of #681611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681611

Black with #681611

Text Example


Text Example

White with #681611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681611; }

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

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

background-color css

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

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

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

border-color css

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

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

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