Html Css Color HEX #681C0D Red Oxide

📋 copy color: '#681C0D'

red 104 ◦ green 28 ◦ blue 13

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

Shades of Red Oxide #681C0D

Tints of Red Oxide #681C0D

RGB

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

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

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

R = 71.72%
G = 19.31%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#681C0D (or 0x681C0D) is known color: Red Oxide. HEX triplet: 68, 1C and 0D. RGB value is (104,28,13). Sum of RGB (Red+Green+Blue) = 104+28+13=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C0D is #97E3F2. Grayscale: #313131. Windows color (decimal): -9954291 or 859240. OLE color: 859240.

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

Color convert

RGB 104 28 13 -
CMYK 0 0.73 0.88 0.59
HSL 9.89º 0.78% 0.23% -
HSV(B) 9.89º 0.88% 0.41% -
XYZ 6.2 3.8 0.79 -
YUV 49.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 104 28 13 0 0.73 0.88 0.59 9.89 0.78 0.23
Hex 68 1C D 0 49 58 3B A 4E 17
Octal 150 34 15 0 111 130 73 12 116 27
Binary 1101000 11100 1101 0 1001001 1011000 111011 1010 1001110 10111

Color Harmonies of #681C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C0D

Black with #681C0D

Text Example


Text Example

White with #681C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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