Html Css Color HEX #681807 Red Oxide

📋 copy color: '#681807'

red 104 ◦ green 24 ◦ blue 7

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

Shades of Red Oxide #681807

Tints of Red Oxide #681807

RGB

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

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

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

R = 77.04%
G = 17.78%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#681807 (or 0x681807) is known color: Red Oxide. HEX triplet: 68, 18 and 07. RGB value is (104,24,7). Sum of RGB (Red+Green+Blue) = 104+24+7=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #681807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681807 is #97E7F8. Grayscale: #2E2E2E. Windows color (decimal): -9955321 or 465000. OLE color: 465000.

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

Color convert

RGB 104 24 7 -
CMYK 0 0.77 0.93 0.59
HSL 10.52º 0.87% 0.22% -
HSV(B) 10.52º 0.93% 0.41% -
XYZ 6.07 3.61 0.58 -
YUV 45.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 104 24 7 0 0.77 0.93 0.59 10.52 0.87 0.22
Hex 68 18 7 0 4D 5D 3B B 57 16
Octal 150 30 7 0 115 135 73 13 127 26
Binary 1101000 11000 111 0 1001101 1011101 111011 1011 1010111 10110

Color Harmonies of #681807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681807

Black with #681807

Text Example


Text Example

White with #681807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681807; }

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

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

background-color css

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

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

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

border-color css

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

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

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