Html Css Color HEX #681F09 Red Oxide

📋 copy color: '#681F09'

red 104 ◦ green 31 ◦ blue 9

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

Shades of Red Oxide #681F09

Tints of Red Oxide #681F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.53%

 BLUE value IS 9 (3.91% from 255) = 6.25%

R = 72.22%
G = 21.53%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681F09 (or 0x681F09) is known color: Red Oxide. HEX triplet: 68, 1F and 09. RGB value is (104,31,9). Sum of RGB (Red+Green+Blue) = 104+31+9=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F09 is #97E0F6. Grayscale: #323232. Windows color (decimal): -9953527 or 597864. OLE color: 597864.

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

Color convert

RGB 104 31 9 -
CMYK 0 0.70 0.91 0.59
HSL 13.89º 0.84% 0.22% -
HSV(B) 13.89º 0.91% 0.41% -
XYZ 6.25 3.94 0.69 -
YUV 50.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 104 31 9 0 0.70 0.91 0.59 13.89 0.84 0.22
Hex 68 1F 9 0 46 5B 3B E 54 16
Octal 150 37 11 0 106 133 73 16 124 26
Binary 1101000 11111 1001 0 1000110 1011011 111011 1110 1010100 10110

Color Harmonies of #681F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F09

Black with #681F09

Text Example


Text Example

White with #681F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,9); }

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

background-color css

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

 a { background-color: rgb(104,31,9); }

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

border-color css

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

 span { border-color: rgb(104,31,9); }

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