Html Css Color HEX #681F19 Red Oxide

📋 copy color: '#681F19'

red 104 ◦ green 31 ◦ blue 25

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

Shades of Red Oxide #681F19

Tints of Red Oxide #681F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.38%

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

R = 65%
G = 19.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#681F19 (or 0x681F19) is known color: Red Oxide. HEX triplet: 68, 1F and 19. RGB value is (104,31,25). Sum of RGB (Red+Green+Blue) = 104+31+25=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F19 is #97E0E6. Grayscale: #343434. Windows color (decimal): -9953511 or 1646440. OLE color: 1646440.

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

Color convert

RGB 104 31 25 -
CMYK 0 0.70 0.76 0.59
HSL 4.56º 0.61% 0.25% -
HSV(B) 4.56º 0.76% 0.41% -
XYZ 6.37 3.99 1.35 -
YUV 52.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 104 31 25 0 0.70 0.76 0.59 4.56 0.61 0.25
Hex 68 1F 19 0 46 4C 3B 5 3D 19
Octal 150 37 31 0 106 114 73 5 75 31
Binary 1101000 11111 11001 0 1000110 1001100 111011 101 111101 11001

Color Harmonies of #681F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F19

Black with #681F19

Text Example


Text Example

White with #681F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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