Html Css Color HEX #681007 Red Oxide

📋 copy color: '#681007'

red 104 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #681007

Tints of Red Oxide #681007

RGB

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

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

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

R = 81.89%
G = 12.6%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#681007 (or 0x681007) is known color: Red Oxide. HEX triplet: 68, 10 and 07. RGB value is (104,16,7). Sum of RGB (Red+Green+Blue) = 104+16+7=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #681007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681007 is #97EFF8. Grayscale: #292929. Windows color (decimal): -9957369 or 462952. OLE color: 462952.

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

Color convert

RGB 104 16 7 -
CMYK 0 0.85 0.93 0.59
HSL 5.57º 0.87% 0.22% -
HSV(B) 5.57º 0.93% 0.41% -
XYZ 5.93 3.33 0.53 -
YUV 41.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 104 16 7 0 0.85 0.93 0.59 5.57 0.87 0.22
Hex 68 10 7 0 55 5D 3B 6 57 16
Octal 150 20 7 0 125 135 73 6 127 26
Binary 1101000 10000 111 0 1010101 1011101 111011 110 1010111 10110

Color Harmonies of #681007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681007

Black with #681007

Text Example


Text Example

White with #681007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681007; }

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

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

background-color css

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

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

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

border-color css

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

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

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