Html Css Color HEX #681D1C Red Oxide

📋 copy color: '#681D1C'

red 104 ◦ green 29 ◦ blue 28

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

Shades of Red Oxide #681D1C

Tints of Red Oxide #681D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 64.6%
G = 18.01%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#681D1C (or 0x681D1C) is known color: Red Oxide. HEX triplet: 68, 1D and 1C. RGB value is (104,29,28). Sum of RGB (Red+Green+Blue) = 104+29+28=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #681D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D1C is #97E2E3. Grayscale: #333333. Windows color (decimal): -9954020 or 1842536. OLE color: 1842536.

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

Color convert

RGB 104 29 28 -
CMYK 0 0.72 0.73 0.59
HSL 0.79º 0.58% 0.26% -
HSV(B) 0.79º 0.73% 0.41% -
XYZ 6.36 3.91 1.52 -
YUV 51.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 104 29 28 0 0.72 0.73 0.59 0.79 0.58 0.26
Hex 68 1D 1C 0 48 49 3B 1 3A 1A
Octal 150 35 34 0 110 111 73 1 72 32
Binary 1101000 11101 11100 0 1001000 1001001 111011 1 111010 11010

Color Harmonies of #681D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D1C

Black with #681D1C

Text Example


Text Example

White with #681D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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