Html Css Color HEX #681009 Red Oxide

📋 copy color: '#681009'

red 104 ◦ green 16 ◦ blue 9

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

Shades of Red Oxide #681009

Tints of Red Oxide #681009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 80.62%
G = 12.4%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681009 (or 0x681009) is known color: Red Oxide. HEX triplet: 68, 10 and 09. RGB value is (104,16,9). Sum of RGB (Red+Green+Blue) = 104+16+9=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681009 is #97EFF6. Grayscale: #292929. Windows color (decimal): -9957367 or 594024. OLE color: 594024.

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

Color convert

RGB 104 16 9 -
CMYK 0 0.85 0.91 0.59
HSL 4.42º 0.84% 0.22% -
HSV(B) 4.42º 0.91% 0.41% -
XYZ 5.94 3.33 0.59 -
YUV 41.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 104 16 9 0 0.85 0.91 0.59 4.42 0.84 0.22
Hex 68 10 9 0 55 5B 3B 4 54 16
Octal 150 20 11 0 125 133 73 4 124 26
Binary 1101000 10000 1001 0 1010101 1011011 111011 100 1010100 10110

Color Harmonies of #681009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681009

Black with #681009

Text Example


Text Example

White with #681009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681009; }

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

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

background-color css

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

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

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

border-color css

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

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

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