Html Css Color HEX #681918 Red Oxide

📋 copy color: '#681918'

red 104 ◦ green 25 ◦ blue 24

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

Shades of Red Oxide #681918

Tints of Red Oxide #681918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 67.97%
G = 16.34%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#681918 (or 0x681918) is known color: Red Oxide. HEX triplet: 68, 19 and 18. RGB value is (104,25,24). Sum of RGB (Red+Green+Blue) = 104+25+24=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #681918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681918 is #97E6E7. Grayscale: #303030. Windows color (decimal): -9955048 or 1579368. OLE color: 1579368.

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

Color convert

RGB 104 25 24 -
CMYK 0 0.76 0.77 0.59
HSL 0.75º 0.63% 0.25% -
HSV(B) 0.75º 0.77% 0.41% -
XYZ 6.22 3.7 1.25 -
YUV 48.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 104 25 24 0 0.76 0.77 0.59 0.75 0.63 0.25
Hex 68 19 18 0 4C 4D 3B 1 3E 19
Octal 150 31 30 0 114 115 73 1 76 31
Binary 1101000 11001 11000 0 1001100 1001101 111011 1 111110 11001

Color Harmonies of #681918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681918

Black with #681918

Text Example


Text Example

White with #681918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681918; }

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

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

background-color css

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

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

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

border-color css

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

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

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