Html Css Color HEX #681F0D Red Oxide

📋 copy color: '#681F0D'

red 104 ◦ green 31 ◦ blue 13

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

Shades of Red Oxide #681F0D

Tints of Red Oxide #681F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

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

R = 70.27%
G = 20.95%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#681F0D (or 0x681F0D) is known color: Red Oxide. HEX triplet: 68, 1F and 0D. RGB value is (104,31,13). Sum of RGB (Red+Green+Blue) = 104+31+13=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F0D is #97E0F2. Grayscale: #323232. Windows color (decimal): -9953523 or 860008. OLE color: 860008.

HSL color Cylindrical-coordinate representation of color #681F0D: hue angle of 11.87º 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 #681F0D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 13 -
CMYK 0 0.70 0.88 0.59
HSL 11.87º 0.78% 0.23% -
HSV(B) 11.87º 0.88% 0.41% -
XYZ 6.27 3.95 0.81 -
YUV 50.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 104 31 13 0 0.70 0.88 0.59 11.87 0.78 0.23
Hex 68 1F D 0 46 58 3B C 4E 17
Octal 150 37 15 0 106 130 73 14 116 27
Binary 1101000 11111 1101 0 1000110 1011000 111011 1100 1001110 10111

Color Harmonies of #681F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F0D

Black with #681F0D

Text Example


Text Example

White with #681F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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