Html Css Color HEX #681306 Red Oxide

📋 copy color: '#681306'

red 104 ◦ green 19 ◦ blue 6

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

Shades of Red Oxide #681306

Tints of Red Oxide #681306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.65%

R = 80.62%
G = 14.73%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#681306 (or 0x681306) is known color: Red Oxide. HEX triplet: 68, 13 and 06. RGB value is (104,19,6). Sum of RGB (Red+Green+Blue) = 104+19+6=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681306 is #97ECF9. Grayscale: #2B2B2B. Windows color (decimal): -9956602 or 398184. OLE color: 398184.

HSL color Cylindrical-coordinate representation of color #681306: hue angle of 7.96º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #681306 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 6 -
CMYK 0 0.82 0.94 0.59
HSL 7.96º 0.89% 0.22% -
HSV(B) 7.96º 0.94% 0.41% -
XYZ 5.97 3.42 0.52 -
YUV 42.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 104 19 6 0 0.82 0.94 0.59 7.96 0.89 0.22
Hex 68 13 6 0 52 5E 3B 8 59 16
Octal 150 23 6 0 122 136 73 10 131 26
Binary 1101000 10011 110 0 1010010 1011110 111011 1000 1011001 10110

Color Harmonies of #681306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681306

Black with #681306

Text Example


Text Example

White with #681306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681306; }

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

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

background-color css

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

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

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

border-color css

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

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

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