Html Css Color HEX #681606 Red Oxide

📋 copy color: '#681606'

red 104 ◦ green 22 ◦ blue 6

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

Shades of Red Oxide #681606

Tints of Red Oxide #681606

RGB

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

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

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

R = 78.79%
G = 16.67%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#681606 (or 0x681606) is known color: Red Oxide. HEX triplet: 68, 16 and 06. RGB value is (104,22,6). Sum of RGB (Red+Green+Blue) = 104+22+6=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #681606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681606 is #97E9F9. Grayscale: #2C2C2C. Windows color (decimal): -9955834 or 398952. OLE color: 398952.

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

Color convert

RGB 104 22 6 -
CMYK 0 0.79 0.94 0.59
HSL 9.8º 0.89% 0.22% -
HSV(B) 9.8º 0.94% 0.41% -
XYZ 6.03 3.53 0.54 -
YUV 44.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 104 22 6 0 0.79 0.94 0.59 9.8 0.89 0.22
Hex 68 16 6 0 4F 5E 3B A 59 16
Octal 150 26 6 0 117 136 73 12 131 26
Binary 1101000 10110 110 0 1001111 1011110 111011 1010 1011001 10110

Color Harmonies of #681606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681606

Black with #681606

Text Example


Text Example

White with #681606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681606; }

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

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

background-color css

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

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

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

border-color css

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

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

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