Html Css Color HEX #681C0A Red Oxide

📋 copy color: '#681C0A'

red 104 ◦ green 28 ◦ blue 10

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

Shades of Red Oxide #681C0A

Tints of Red Oxide #681C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.04%

R = 73.24%
G = 19.72%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#681C0A (or 0x681C0A) is known color: Red Oxide. HEX triplet: 68, 1C and 0A. RGB value is (104,28,10). Sum of RGB (Red+Green+Blue) = 104+28+10=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C0A is #97E3F5. Grayscale: #303030. Windows color (decimal): -9954294 or 662632. OLE color: 662632.

HSL color Cylindrical-coordinate representation of color #681C0A: hue angle of 11.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681C0A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 10 -
CMYK 0 0.73 0.90 0.59
HSL 11.49º 0.82% 0.22% -
HSV(B) 11.49º 0.9% 0.41% -
XYZ 6.18 3.8 0.69 -
YUV 48.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 104 28 10 0 0.73 0.90 0.59 11.49 0.82 0.22
Hex 68 1C A 0 49 5A 3B B 52 16
Octal 150 34 12 0 111 132 73 13 122 26
Binary 1101000 11100 1010 0 1001001 1011010 111011 1011 1010010 10110

Color Harmonies of #681C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C0A

Black with #681C0A

Text Example


Text Example

White with #681C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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