Html Css Color HEX #681806 Red Oxide

📋 copy color: '#681806'

red 104 ◦ green 24 ◦ blue 6

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

Shades of Red Oxide #681806

Tints of Red Oxide #681806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.91%

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

R = 77.61%
G = 17.91%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#681806 (or 0x681806) is known color: Red Oxide. HEX triplet: 68, 18 and 06. RGB value is (104,24,6). Sum of RGB (Red+Green+Blue) = 104+24+6=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681806 is #97E7F9. Grayscale: #2E2E2E. Windows color (decimal): -9955322 or 399464. OLE color: 399464.

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

Color convert

RGB 104 24 6 -
CMYK 0 0.77 0.94 0.59
HSL 11.02º 0.89% 0.22% -
HSV(B) 11.02º 0.94% 0.41% -
XYZ 6.07 3.61 0.55 -
YUV 45.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 104 24 6 0 0.77 0.94 0.59 11.02 0.89 0.22
Hex 68 18 6 0 4D 5E 3B B 59 16
Octal 150 30 6 0 115 136 73 13 131 26
Binary 1101000 11000 110 0 1001101 1011110 111011 1011 1011001 10110

Color Harmonies of #681806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681806

Black with #681806

Text Example


Text Example

White with #681806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681806; }

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

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

background-color css

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

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

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

border-color css

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

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

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