Html Css Color HEX #681D0C Red Oxide

📋 copy color: '#681D0C'

red 104 ◦ green 29 ◦ blue 12

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

Shades of Red Oxide #681D0C

Tints of Red Oxide #681D0C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20%

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

R = 71.72%
G = 20%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#681D0C (or 0x681D0C) is known color: Red Oxide. HEX triplet: 68, 1D and 0C. RGB value is (104,29,12). Sum of RGB (Red+Green+Blue) = 104+29+12=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D0C is #97E2F3. Grayscale: #313131. Windows color (decimal): -9954036 or 793960. OLE color: 793960.

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

Color convert

RGB 104 29 12 -
CMYK 0 0.72 0.88 0.59
HSL 11.09º 0.79% 0.23% -
HSV(B) 11.09º 0.88% 0.41% -
XYZ 6.21 3.85 0.76 -
YUV 49.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 104 29 12 0 0.72 0.88 0.59 11.09 0.79 0.23
Hex 68 1D C 0 48 58 3B B 4F 17
Octal 150 35 14 0 110 130 73 13 117 27
Binary 1101000 11101 1100 0 1001000 1011000 111011 1011 1001111 10111

Color Harmonies of #681D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D0C

Black with #681D0C

Text Example


Text Example

White with #681D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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