Html Css Color HEX #681816 Red Oxide

📋 copy color: '#681816'

red 104 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #681816

Tints of Red Oxide #681816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16%

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 69.33%
G = 16%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#681816 (or 0x681816) is known color: Red Oxide. HEX triplet: 68, 18 and 16. RGB value is (104,24,22). Sum of RGB (Red+Green+Blue) = 104+24+22=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #681816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681816 is #97E7E9. Grayscale: #2F2F2F. Windows color (decimal): -9955306 or 1448040. OLE color: 1448040.

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

Color convert

RGB 104 24 22 -
CMYK 0 0.77 0.79 0.59
HSL 1.46º 0.65% 0.25% -
HSV(B) 1.46º 0.79% 0.41% -
XYZ 6.18 3.65 1.14 -
YUV 47.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 104 24 22 0 0.77 0.79 0.59 1.46 0.65 0.25
Hex 68 18 16 0 4D 4F 3B 1 41 19
Octal 150 30 26 0 115 117 73 1 101 31
Binary 1101000 11000 10110 0 1001101 1001111 111011 1 1000001 11001

Color Harmonies of #681816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681816

Black with #681816

Text Example


Text Example

White with #681816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681816; }

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

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

background-color css

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

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

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

border-color css

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

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

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