Html Css Color HEX #681A03 Red Oxide

📋 copy color: '#681A03'

red 104 ◦ green 26 ◦ blue 3

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

Shades of Red Oxide #681A03

Tints of Red Oxide #681A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 78.2%
G = 19.55%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#681A03 (or 0x681A03) is known color: Red Oxide. HEX triplet: 68, 1A and 03. RGB value is (104,26,3). Sum of RGB (Red+Green+Blue) = 104+26+3=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A03 is #97E5FC. Grayscale: #2E2E2E. Windows color (decimal): -9954813 or 203368. OLE color: 203368.

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

Color convert

RGB 104 26 3 -
CMYK 0 0.75 0.97 0.59
HSL 13.66º 0.94% 0.21% -
HSV(B) 13.66º 0.97% 0.41% -
XYZ 6.09 3.69 0.48 -
YUV 46.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 104 26 3 0 0.75 0.97 0.59 13.66 0.94 0.21
Hex 68 1A 3 0 4B 61 3B E 5E 15
Octal 150 32 3 0 113 141 73 16 136 25
Binary 1101000 11010 11 0 1001011 1100001 111011 1110 1011110 10101

Color Harmonies of #681A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A03

Black with #681A03

Text Example


Text Example

White with #681A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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