Html Css Color HEX #681512 Red Oxide

📋 copy color: '#681512'

red 104 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #681512

Tints of Red Oxide #681512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 18 (7.42% from 255) = 12.59%

R = 72.73%
G = 14.69%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#681512 (or 0x681512) is known color: Red Oxide. HEX triplet: 68, 15 and 12. RGB value is (104,21,18). Sum of RGB (Red+Green+Blue) = 104+21+18=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681512 is #97EAED. Grayscale: #2D2D2D. Windows color (decimal): -9956078 or 1185128. OLE color: 1185128.

HSL color Cylindrical-coordinate representation of color #681512: hue angle of 2.09º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681512 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 21 18 -
CMYK 0 0.80 0.83 0.59
HSL 2.09º 0.7% 0.24% -
HSV(B) 2.09º 0.83% 0.41% -
XYZ 6.09 3.52 0.93 -
YUV 45.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 104 21 18 0 0.80 0.83 0.59 2.09 0.7 0.24
Hex 68 15 12 0 50 53 3B 2 46 18
Octal 150 25 22 0 120 123 73 2 106 30
Binary 1101000 10101 10010 0 1010000 1010011 111011 10 1000110 11000

Color Harmonies of #681512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681512

Black with #681512

Text Example


Text Example

White with #681512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681512; }

 p { color: rgb(104,21,18); }

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

background-color css

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

 a { background-color: rgb(104,21,18); }

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

border-color css

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

 span { border-color: rgb(104,21,18); }

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