Html Css Color HEX #681E1C Red Oxide

📋 copy color: '#681E1C'

red 104 ◦ green 30 ◦ blue 28

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

Shades of Red Oxide #681E1C

Tints of Red Oxide #681E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 64.2%
G = 18.52%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#681E1C (or 0x681E1C) is known color: Red Oxide. HEX triplet: 68, 1E and 1C. RGB value is (104,30,28). Sum of RGB (Red+Green+Blue) = 104+30+28=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E1C is #97E1E3. Grayscale: #333333. Windows color (decimal): -9953764 or 1842792. OLE color: 1842792.

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

Color convert

RGB 104 30 28 -
CMYK 0 0.71 0.73 0.59
HSL 1.58º 0.58% 0.26% -
HSV(B) 1.58º 0.73% 0.41% -
XYZ 6.38 3.96 1.53 -
YUV 51.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 104 30 28 0 0.71 0.73 0.59 1.58 0.58 0.26
Hex 68 1E 1C 0 47 49 3B 2 3A 1A
Octal 150 36 34 0 107 111 73 2 72 32
Binary 1101000 11110 11100 0 1000111 1001001 111011 10 111010 11010

Color Harmonies of #681E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E1C

Black with #681E1C

Text Example


Text Example

White with #681E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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