Html Css Color HEX #680F0D Red Oxide

📋 copy color: '#680F0D'

red 104 ◦ green 15 ◦ blue 13

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

Shades of Red Oxide #680F0D

Tints of Red Oxide #680F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 78.79%
G = 11.36%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#680F0D (or 0x680F0D) is known color: Red Oxide. HEX triplet: 68, 0F and 0D. RGB value is (104,15,13). Sum of RGB (Red+Green+Blue) = 104+15+13=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F0D is #97F0F2. Grayscale: #292929. Windows color (decimal): -9957619 or 855912. OLE color: 855912.

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

Color convert

RGB 104 15 13 -
CMYK 0 0.86 0.88 0.59
HSL 1.32º 0.78% 0.23% -
HSV(B) 1.32º 0.88% 0.41% -
XYZ 5.95 3.31 0.71 -
YUV 41.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 104 15 13 0 0.86 0.88 0.59 1.32 0.78 0.23
Hex 68 F D 0 56 58 3B 1 4E 17
Octal 150 17 15 0 126 130 73 1 116 27
Binary 1101000 1111 1101 0 1010110 1011000 111011 1 1001110 10111

Color Harmonies of #680F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F0D

Black with #680F0D

Text Example


Text Example

White with #680F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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