Html Css Color HEX #680F0B Red Oxide

📋 copy color: '#680F0B'

red 104 ◦ green 15 ◦ blue 11

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

Shades of Red Oxide #680F0B

Tints of Red Oxide #680F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.54%

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 80%
G = 11.54%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#680F0B (or 0x680F0B) is known color: Red Oxide. HEX triplet: 68, 0F and 0B. RGB value is (104,15,11). Sum of RGB (Red+Green+Blue) = 104+15+11=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F0B is #97F0F4. Grayscale: #292929. Windows color (decimal): -9957621 or 724840. OLE color: 724840.

HSL color Cylindrical-coordinate representation of color #680F0B: hue angle of 2.58º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680F0B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 15 11 -
CMYK 0 0.86 0.89 0.59
HSL 2.58º 0.81% 0.23% -
HSV(B) 2.58º 0.89% 0.41% -
XYZ 5.94 3.31 0.64 -
YUV 41.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 104 15 11 0 0.86 0.89 0.59 2.58 0.81 0.23
Hex 68 F B 0 56 59 3B 3 51 17
Octal 150 17 13 0 126 131 73 3 121 27
Binary 1101000 1111 1011 0 1010110 1011001 111011 11 1010001 10111

Color Harmonies of #680F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F0B

Black with #680F0B

Text Example


Text Example

White with #680F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680F0B; }

 p { color: rgb(104,15,11); }

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

background-color css

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

 a { background-color: rgb(104,15,11); }

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

border-color css

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

 span { border-color: rgb(104,15,11); }

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