Html Css Color HEX #681A14 Red Oxide

📋 copy color: '#681A14'

red 104 ◦ green 26 ◦ blue 20

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

Shades of Red Oxide #681A14

Tints of Red Oxide #681A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.33%

R = 69.33%
G = 17.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#681A14 (or 0x681A14) is known color: Red Oxide. HEX triplet: 68, 1A and 14. RGB value is (104,26,20). Sum of RGB (Red+Green+Blue) = 104+26+20=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #681A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A14 is #97E5EB. Grayscale: #303030. Windows color (decimal): -9954796 or 1317480. OLE color: 1317480.

HSL color Cylindrical-coordinate representation of color #681A14: hue angle of 4.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681A14 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 20 -
CMYK 0 0.75 0.81 0.59
HSL 4.29º 0.68% 0.24% -
HSV(B) 4.29º 0.81% 0.41% -
XYZ 6.2 3.73 1.06 -
YUV 48.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 104 26 20 0 0.75 0.81 0.59 4.29 0.68 0.24
Hex 68 1A 14 0 4B 51 3B 4 44 18
Octal 150 32 24 0 113 121 73 4 104 30
Binary 1101000 11010 10100 0 1001011 1010001 111011 100 1000100 11000

Color Harmonies of #681A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A14

Black with #681A14

Text Example


Text Example

White with #681A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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