Html Css Color HEX #681E09 Red Oxide

📋 copy color: '#681E09'

red 104 ◦ green 30 ◦ blue 9

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

Shades of Red Oxide #681E09

Tints of Red Oxide #681E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.98%

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

R = 72.73%
G = 20.98%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681E09 (or 0x681E09) is known color: Red Oxide. HEX triplet: 68, 1E and 09. RGB value is (104,30,9). Sum of RGB (Red+Green+Blue) = 104+30+9=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E09 is #97E1F6. Grayscale: #313131. Windows color (decimal): -9953783 or 597608. OLE color: 597608.

HSL color Cylindrical-coordinate representation of color #681E09: hue angle of 13.26º 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 #681E09 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 9 -
CMYK 0 0.71 0.91 0.59
HSL 13.26º 0.84% 0.22% -
HSV(B) 13.26º 0.91% 0.41% -
XYZ 6.22 3.89 0.68 -
YUV 49.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 104 30 9 0 0.71 0.91 0.59 13.26 0.84 0.22
Hex 68 1E 9 0 47 5B 3B D 54 16
Octal 150 36 11 0 107 133 73 15 124 26
Binary 1101000 11110 1001 0 1000111 1011011 111011 1101 1010100 10110

Color Harmonies of #681E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E09

Black with #681E09

Text Example


Text Example

White with #681E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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