Html Css Color HEX #680F0C Red Oxide

📋 copy color: '#680F0C'

red 104 ◦ green 15 ◦ blue 12

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

Shades of Red Oxide #680F0C

Tints of Red Oxide #680F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.16%

R = 79.39%
G = 11.45%
B = 9.16%

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

#680F0C (or 0x680F0C) is known color: Red Oxide. HEX triplet: 68, 0F and 0C. RGB value is (104,15,12). Sum of RGB (Red+Green+Blue) = 104+15+12=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F0C is #97F0F3. Grayscale: #292929. Windows color (decimal): -9957620 or 790376. OLE color: 790376.

HSL color Cylindrical-coordinate representation of color #680F0C: hue angle of 1.96º degrees, saturation: 0.79, 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 #680F0C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 15 12 -
CMYK 0 0.86 0.88 0.59
HSL 1.96º 0.79% 0.23% -
HSV(B) 1.96º 0.88% 0.41% -
XYZ 5.95 3.31 0.67 -
YUV 41.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 104 15 12 0 0.86 0.88 0.59 1.96 0.79 0.23
Hex 68 F C 0 56 58 3B 2 4F 17
Octal 150 17 14 0 126 130 73 2 117 27
Binary 1101000 1111 1100 0 1010110 1011000 111011 10 1001111 10111

Color Harmonies of #680F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F0C

Black with #680F0C

Text Example


Text Example

White with #680F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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