Html Css Color HEX #681E19 Red Oxide

📋 copy color: '#681E19'

red 104 ◦ green 30 ◦ blue 25

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

Shades of Red Oxide #681E19

Tints of Red Oxide #681E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.87%

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 65.41%
G = 18.87%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#681E19 (or 0x681E19) is known color: Red Oxide. HEX triplet: 68, 1E and 19. RGB value is (104,30,25). Sum of RGB (Red+Green+Blue) = 104+30+25=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E19 is #97E1E6. Grayscale: #333333. Windows color (decimal): -9953767 or 1646184. OLE color: 1646184.

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

Color convert

RGB 104 30 25 -
CMYK 0 0.71 0.76 0.59
HSL 3.8º 0.61% 0.25% -
HSV(B) 3.8º 0.76% 0.41% -
XYZ 6.35 3.94 1.35 -
YUV 51.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 104 30 25 0 0.71 0.76 0.59 3.8 0.61 0.25
Hex 68 1E 19 0 47 4C 3B 4 3D 19
Octal 150 36 31 0 107 114 73 4 75 31
Binary 1101000 11110 11001 0 1000111 1001100 111011 100 111101 11001

Color Harmonies of #681E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E19

Black with #681E19

Text Example


Text Example

White with #681E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,30,25); }

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

background-color css

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

 a { background-color: rgb(104,30,25); }

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

border-color css

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

 span { border-color: rgb(104,30,25); }

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