Html Css Color HEX #681E1A Red Oxide

📋 copy color: '#681E1A'

red 104 ◦ green 30 ◦ blue 26

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

Shades of Red Oxide #681E1A

Tints of Red Oxide #681E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.25%

R = 65%
G = 18.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#681E1A (or 0x681E1A) is known color: Red Oxide. HEX triplet: 68, 1E and 1A. RGB value is (104,30,26). Sum of RGB (Red+Green+Blue) = 104+30+26=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E1A is #97E1E5. Grayscale: #333333. Windows color (decimal): -9953766 or 1711720. OLE color: 1711720.

HSL color Cylindrical-coordinate representation of color #681E1A: hue angle of 3.08º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681E1A is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 26 -
CMYK 0 0.71 0.75 0.59
HSL 3.08º 0.6% 0.25% -
HSV(B) 3.08º 0.75% 0.41% -
XYZ 6.36 3.95 1.4 -
YUV 51.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 104 30 26 0 0.71 0.75 0.59 3.08 0.6 0.25
Hex 68 1E 1A 0 47 4B 3B 3 3C 19
Octal 150 36 32 0 107 113 73 3 74 31
Binary 1101000 11110 11010 0 1000111 1001011 111011 11 111100 11001

Color Harmonies of #681E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E1A

Black with #681E1A

Text Example


Text Example

White with #681E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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