Html Css Color HEX #681A04 Red Oxide

📋 copy color: '#681A04'

red 104 ◦ green 26 ◦ blue 4

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

Shades of Red Oxide #681A04

Tints of Red Oxide #681A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.99%

R = 77.61%
G = 19.4%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#681A04 (or 0x681A04) is known color: Red Oxide. HEX triplet: 68, 1A and 04. RGB value is (104,26,4). Sum of RGB (Red+Green+Blue) = 104+26+4=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A04 is #97E5FB. Grayscale: #2E2E2E. Windows color (decimal): -9954812 or 268904. OLE color: 268904.

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

Color convert

RGB 104 26 4 -
CMYK 0 0.75 0.96 0.59
HSL 13.2º 0.93% 0.21% -
HSV(B) 13.2º 0.96% 0.41% -
XYZ 6.1 3.69 0.51 -
YUV 46.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 104 26 4 0 0.75 0.96 0.59 13.2 0.93 0.21
Hex 68 1A 4 0 4B 60 3B D 5D 15
Octal 150 32 4 0 113 140 73 15 135 25
Binary 1101000 11010 100 0 1001011 1100000 111011 1101 1011101 10101

Color Harmonies of #681A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A04

Black with #681A04

Text Example


Text Example

White with #681A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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