Html Css Color HEX #681707 Red Oxide

📋 copy color: '#681707'

red 104 ◦ green 23 ◦ blue 7

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

Shades of Red Oxide #681707

Tints of Red Oxide #681707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

 BLUE value IS 7 (3.13% from 255) = 5.22%

R = 77.61%
G = 17.16%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#681707 (or 0x681707) is known color: Red Oxide. HEX triplet: 68, 17 and 07. RGB value is (104,23,7). Sum of RGB (Red+Green+Blue) = 104+23+7=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681707 is #97E8F8. Grayscale: #2D2D2D. Windows color (decimal): -9955577 or 464744. OLE color: 464744.

HSL color Cylindrical-coordinate representation of color #681707: hue angle of 9.9º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #681707 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 7 -
CMYK 0 0.78 0.93 0.59
HSL 9.9º 0.87% 0.22% -
HSV(B) 9.9º 0.93% 0.41% -
XYZ 6.05 3.57 0.57 -
YUV 45.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 104 23 7 0 0.78 0.93 0.59 9.9 0.87 0.22
Hex 68 17 7 0 4E 5D 3B A 57 16
Octal 150 27 7 0 116 135 73 12 127 26
Binary 1101000 10111 111 0 1001110 1011101 111011 1010 1010111 10110

Color Harmonies of #681707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681707

Black with #681707

Text Example


Text Example

White with #681707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681707; }

 p { color: rgb(104,23,7); }

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

background-color css

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

 a { background-color: rgb(104,23,7); }

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

border-color css

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

 span { border-color: rgb(104,23,7); }

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