Html Css Color HEX #681D17 Red Oxide

📋 copy color: '#681D17'

red 104 ◦ green 29 ◦ blue 23

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

Shades of Red Oxide #681D17

Tints of Red Oxide #681D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 66.67%
G = 18.59%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#681D17 (or 0x681D17) is known color: Red Oxide. HEX triplet: 68, 1D and 17. RGB value is (104,29,23). Sum of RGB (Red+Green+Blue) = 104+29+23=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D17 is #97E2E8. Grayscale: #323232. Windows color (decimal): -9954025 or 1514856. OLE color: 1514856.

HSL color Cylindrical-coordinate representation of color #681D17: hue angle of 4.44º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681D17 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 29 23 -
CMYK 0 0.72 0.78 0.59
HSL 4.44º 0.64% 0.25% -
HSV(B) 4.44º 0.78% 0.41% -
XYZ 6.3 3.88 1.23 -
YUV 50.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 104 29 23 0 0.72 0.78 0.59 4.44 0.64 0.25
Hex 68 1D 17 0 48 4E 3B 4 40 19
Octal 150 35 27 0 110 116 73 4 100 31
Binary 1101000 11101 10111 0 1001000 1001110 111011 100 1000000 11001

Color Harmonies of #681D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D17

Black with #681D17

Text Example


Text Example

White with #681D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681D17; }

 p { color: rgb(104,29,23); }

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

background-color css

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

 a { background-color: rgb(104,29,23); }

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

border-color css

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

 span { border-color: rgb(104,29,23); }

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