Html Css Color HEX #681B19 Red Oxide

📋 copy color: '#681B19'

red 104 ◦ green 27 ◦ blue 25

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

Shades of Red Oxide #681B19

Tints of Red Oxide #681B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

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

R = 66.67%
G = 17.31%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#681B19 (or 0x681B19) is known color: Red Oxide. HEX triplet: 68, 1B and 19. RGB value is (104,27,25). Sum of RGB (Red+Green+Blue) = 104+27+25=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B19 is #97E4E6. Grayscale: #313131. Windows color (decimal): -9954535 or 1645416. OLE color: 1645416.

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

Color convert

RGB 104 27 25 -
CMYK 0 0.74 0.76 0.59
HSL 1.52º 0.61% 0.25% -
HSV(B) 1.52º 0.76% 0.41% -
XYZ 6.28 3.8 1.32 -
YUV 49.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 104 27 25 0 0.74 0.76 0.59 1.52 0.61 0.25
Hex 68 1B 19 0 4A 4C 3B 2 3D 19
Octal 150 33 31 0 112 114 73 2 75 31
Binary 1101000 11011 11001 0 1001010 1001100 111011 10 111101 11001

Color Harmonies of #681B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B19

Black with #681B19

Text Example


Text Example

White with #681B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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