Html Css Color HEX #681F18 Red Oxide

📋 copy color: '#681F18'

red 104 ◦ green 31 ◦ blue 24

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

Shades of Red Oxide #681F18

Tints of Red Oxide #681F18

RGB

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

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

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

R = 65.41%
G = 19.5%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#681F18 (or 0x681F18) is known color: Red Oxide. HEX triplet: 68, 1F and 18. RGB value is (104,31,24). Sum of RGB (Red+Green+Blue) = 104+31+24=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F18 is #97E0E7. Grayscale: #343434. Windows color (decimal): -9953512 or 1580904. OLE color: 1580904.

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

Color convert

RGB 104 31 24 -
CMYK 0 0.70 0.77 0.59
HSL 5.25º 0.63% 0.25% -
HSV(B) 5.25º 0.77% 0.41% -
XYZ 6.36 3.99 1.3 -
YUV 52.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 104 31 24 0 0.70 0.77 0.59 5.25 0.63 0.25
Hex 68 1F 18 0 46 4D 3B 5 3E 19
Octal 150 37 30 0 106 115 73 5 76 31
Binary 1101000 11111 11000 0 1000110 1001101 111011 101 111110 11001

Color Harmonies of #681F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F18

Black with #681F18

Text Example


Text Example

White with #681F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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