Html Css Color HEX #681E18 Red Oxide

📋 copy color: '#681E18'

red 104 ◦ green 30 ◦ blue 24

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

Shades of Red Oxide #681E18

Tints of Red Oxide #681E18

RGB

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

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

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

R = 65.82%
G = 18.99%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#681E18 (or 0x681E18) is known color: Red Oxide. HEX triplet: 68, 1E and 18. RGB value is (104,30,24). Sum of RGB (Red+Green+Blue) = 104+30+24=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E18 is #97E1E7. Grayscale: #333333. Windows color (decimal): -9953768 or 1580648. OLE color: 1580648.

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

Color convert

RGB 104 30 24 -
CMYK 0 0.71 0.77 0.59
HSL 4.5º 0.63% 0.25% -
HSV(B) 4.5º 0.77% 0.41% -
XYZ 6.34 3.94 1.29 -
YUV 51.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 104 30 24 0 0.71 0.77 0.59 4.5 0.63 0.25
Hex 68 1E 18 0 47 4D 3B 4 3E 19
Octal 150 36 30 0 107 115 73 4 76 31
Binary 1101000 11110 11000 0 1000111 1001101 111011 100 111110 11001

Color Harmonies of #681E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E18

Black with #681E18

Text Example


Text Example

White with #681E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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