Html Css Color HEX #681C17 Red Oxide

📋 copy color: '#681C17'

red 104 ◦ green 28 ◦ blue 23

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

Shades of Red Oxide #681C17

Tints of Red Oxide #681C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.06%

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

R = 67.1%
G = 18.06%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#681C17 (or 0x681C17) is known color: Red Oxide. HEX triplet: 68, 1C and 17. RGB value is (104,28,23). Sum of RGB (Red+Green+Blue) = 104+28+23=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C17 is #97E3E8. Grayscale: #323232. Windows color (decimal): -9954281 or 1514600. OLE color: 1514600.

HSL color Cylindrical-coordinate representation of color #681C17: hue angle of 3.7º 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 #681C17 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 23 -
CMYK 0 0.73 0.78 0.59
HSL 3.7º 0.64% 0.25% -
HSV(B) 3.7º 0.78% 0.41% -
XYZ 6.28 3.84 1.22 -
YUV 50.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 104 28 23 0 0.73 0.78 0.59 3.7 0.64 0.25
Hex 68 1C 17 0 49 4E 3B 4 40 19
Octal 150 34 27 0 111 116 73 4 100 31
Binary 1101000 11100 10111 0 1001001 1001110 111011 100 1000000 11001

Color Harmonies of #681C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C17

Black with #681C17

Text Example


Text Example

White with #681C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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