Html Css Color HEX #681A05 Red Oxide

📋 copy color: '#681A05'

red 104 ◦ green 26 ◦ blue 5

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

Shades of Red Oxide #681A05

Tints of Red Oxide #681A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.7%

R = 77.04%
G = 19.26%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681A05 (or 0x681A05) is known color: Red Oxide. HEX triplet: 68, 1A and 05. RGB value is (104,26,5). Sum of RGB (Red+Green+Blue) = 104+26+5=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A05 is #97E5FA. Grayscale: #2F2F2F. Windows color (decimal): -9954811 or 334440. OLE color: 334440.

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

Color convert

RGB 104 26 5 -
CMYK 0 0.75 0.95 0.59
HSL 12.73º 0.91% 0.21% -
HSV(B) 12.73º 0.95% 0.41% -
XYZ 6.11 3.69 0.53 -
YUV 46.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 104 26 5 0 0.75 0.95 0.59 12.73 0.91 0.21
Hex 68 1A 5 0 4B 5F 3B D 5B 15
Octal 150 32 5 0 113 137 73 15 133 25
Binary 1101000 11010 101 0 1001011 1011111 111011 1101 1011011 10101

Color Harmonies of #681A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A05

Black with #681A05

Text Example


Text Example

White with #681A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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