Html Css Color HEX #681C0F Red Oxide

📋 copy color: '#681C0F'

red 104 ◦ green 28 ◦ blue 15

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

Shades of Red Oxide #681C0F

Tints of Red Oxide #681C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

 BLUE value IS 15 (6.25% from 255) = 10.2%

R = 70.75%
G = 19.05%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#681C0F (or 0x681C0F) is known color: Red Oxide. HEX triplet: 68, 1C and 0F. RGB value is (104,28,15). Sum of RGB (Red+Green+Blue) = 104+28+15=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C0F is #97E3F0. Grayscale: #313131. Windows color (decimal): -9954289 or 990312. OLE color: 990312.

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

Color convert

RGB 104 28 15 -
CMYK 0 0.73 0.86 0.59
HSL 8.76º 0.75% 0.23% -
HSV(B) 8.76º 0.86% 0.41% -
XYZ 6.21 3.81 0.86 -
YUV 49.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 104 28 15 0 0.73 0.86 0.59 8.76 0.75 0.23
Hex 68 1C F 0 49 56 3B 9 4B 17
Octal 150 34 17 0 111 126 73 11 113 27
Binary 1101000 11100 1111 0 1001001 1010110 111011 1001 1001011 10111

Color Harmonies of #681C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C0F

Black with #681C0F

Text Example


Text Example

White with #681C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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