Html Css Color HEX #681A12 Red Oxide

📋 copy color: '#681A12'

red 104 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #681A12

Tints of Red Oxide #681A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 70.27%
G = 17.57%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#681A12 (or 0x681A12) is known color: Red Oxide. HEX triplet: 68, 1A and 12. RGB value is (104,26,18). Sum of RGB (Red+Green+Blue) = 104+26+18=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A12 is #97E5ED. Grayscale: #303030. Windows color (decimal): -9954798 or 1186408. OLE color: 1186408.

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

Color convert

RGB 104 26 18 -
CMYK 0 0.75 0.83 0.59
HSL 5.58º 0.7% 0.24% -
HSV(B) 5.58º 0.83% 0.41% -
XYZ 6.19 3.73 0.97 -
YUV 48.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 104 26 18 0 0.75 0.83 0.59 5.58 0.7 0.24
Hex 68 1A 12 0 4B 53 3B 6 46 18
Octal 150 32 22 0 113 123 73 6 106 30
Binary 1101000 11010 10010 0 1001011 1010011 111011 110 1000110 11000

Color Harmonies of #681A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A12

Black with #681A12

Text Example


Text Example

White with #681A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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