Html Css Color HEX #681305 Red Oxide

📋 copy color: '#681305'

red 104 ◦ green 19 ◦ blue 5

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

Shades of Red Oxide #681305

Tints of Red Oxide #681305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 81.25%
G = 14.84%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681305 (or 0x681305) is known color: Red Oxide. HEX triplet: 68, 13 and 05. RGB value is (104,19,5). Sum of RGB (Red+Green+Blue) = 104+19+5=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #681305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681305 is #97ECFA. Grayscale: #2A2A2A. Windows color (decimal): -9956603 or 332648. OLE color: 332648.

HSL color Cylindrical-coordinate representation of color #681305: hue angle of 8.48º 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 #681305 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 5 -
CMYK 0 0.82 0.95 0.59
HSL 8.48º 0.91% 0.21% -
HSV(B) 8.48º 0.95% 0.41% -
XYZ 5.97 3.42 0.49 -
YUV 42.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 104 19 5 0 0.82 0.95 0.59 8.48 0.91 0.21
Hex 68 13 5 0 52 5F 3B 8 5B 15
Octal 150 23 5 0 122 137 73 10 133 25
Binary 1101000 10011 101 0 1010010 1011111 111011 1000 1011011 10101

Color Harmonies of #681305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681305

Black with #681305

Text Example


Text Example

White with #681305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681305; }

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

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

background-color css

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

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

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

border-color css

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

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

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