Html Css Color HEX #681609 Red Oxide

📋 copy color: '#681609'

red 104 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #681609

Tints of Red Oxide #681609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 77.04%
G = 16.3%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681609 (or 0x681609) is known color: Red Oxide. HEX triplet: 68, 16 and 09. RGB value is (104,22,9). Sum of RGB (Red+Green+Blue) = 104+22+9=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681609 is #97E9F6. Grayscale: #2D2D2D. Windows color (decimal): -9955831 or 595560. OLE color: 595560.

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

Color convert

RGB 104 22 9 -
CMYK 0 0.79 0.91 0.59
HSL 8.21º 0.84% 0.22% -
HSV(B) 8.21º 0.91% 0.41% -
XYZ 6.05 3.54 0.62 -
YUV 45.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 104 22 9 0 0.79 0.91 0.59 8.21 0.84 0.22
Hex 68 16 9 0 4F 5B 3B 8 54 16
Octal 150 26 11 0 117 133 73 10 124 26
Binary 1101000 10110 1001 0 1001111 1011011 111011 1000 1010100 10110

Color Harmonies of #681609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681609

Black with #681609

Text Example


Text Example

White with #681609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681609; }

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

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

background-color css

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

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

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

border-color css

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

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

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