Html Css Color HEX #681817 Red Oxide

📋 copy color: '#681817'

red 104 ◦ green 24 ◦ blue 23

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

Shades of Red Oxide #681817

Tints of Red Oxide #681817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.23%

R = 68.87%
G = 15.89%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#681817 (or 0x681817) is known color: Red Oxide. HEX triplet: 68, 18 and 17. RGB value is (104,24,23). Sum of RGB (Red+Green+Blue) = 104+24+23=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681817 is #97E7E8. Grayscale: #2F2F2F. Windows color (decimal): -9955305 or 1513576. OLE color: 1513576.

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

Color convert

RGB 104 24 23 -
CMYK 0 0.77 0.78 0.59
HSL 0.74º 0.64% 0.25% -
HSV(B) 0.74º 0.78% 0.41% -
XYZ 6.19 3.66 1.19 -
YUV 47.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 104 24 23 0 0.77 0.78 0.59 0.74 0.64 0.25
Hex 68 18 17 0 4D 4E 3B 1 40 19
Octal 150 30 27 0 115 116 73 1 100 31
Binary 1101000 11000 10111 0 1001101 1001110 111011 1 1000000 11001

Color Harmonies of #681817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681817

Black with #681817

Text Example


Text Example

White with #681817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681817; }

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

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

background-color css

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

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

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

border-color css

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

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

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