Html Css Color HEX #681C1A Red Oxide

📋 copy color: '#681C1A'

red 104 ◦ green 28 ◦ blue 26

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

Shades of Red Oxide #681C1A

Tints of Red Oxide #681C1A

RGB

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

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

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

R = 65.82%
G = 17.72%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#681C1A (or 0x681C1A) is known color: Red Oxide. HEX triplet: 68, 1C and 1A. RGB value is (104,28,26). Sum of RGB (Red+Green+Blue) = 104+28+26=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C1A is #97E3E5. Grayscale: #323232. Windows color (decimal): -9954278 or 1711208. OLE color: 1711208.

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

Color convert

RGB 104 28 26 -
CMYK 0 0.73 0.75 0.59
HSL 1.54º 0.6% 0.25% -
HSV(B) 1.54º 0.75% 0.41% -
XYZ 6.31 3.85 1.39 -
YUV 50.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 104 28 26 0 0.73 0.75 0.59 1.54 0.6 0.25
Hex 68 1C 1A 0 49 4B 3B 2 3C 19
Octal 150 34 32 0 111 113 73 2 74 31
Binary 1101000 11100 11010 0 1001001 1001011 111011 10 111100 11001

Color Harmonies of #681C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C1A

Black with #681C1A

Text Example


Text Example

White with #681C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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