Html Css Color HEX #681A0A Red Oxide

📋 copy color: '#681A0A'

red 104 ◦ green 26 ◦ blue 10

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

Shades of Red Oxide #681A0A

Tints of Red Oxide #681A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

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

R = 74.29%
G = 18.57%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#681A0A (or 0x681A0A) is known color: Red Oxide. HEX triplet: 68, 1A and 0A. RGB value is (104,26,10). Sum of RGB (Red+Green+Blue) = 104+26+10=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #681A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A0A is #97E5F5. Grayscale: #2F2F2F. Windows color (decimal): -9954806 or 662120. OLE color: 662120.

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

Color convert

RGB 104 26 10 -
CMYK 0 0.75 0.90 0.59
HSL 10.21º 0.82% 0.22% -
HSV(B) 10.21º 0.9% 0.41% -
XYZ 6.13 3.7 0.68 -
YUV 47.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 104 26 10 0 0.75 0.90 0.59 10.21 0.82 0.22
Hex 68 1A A 0 4B 5A 3B A 52 16
Octal 150 32 12 0 113 132 73 12 122 26
Binary 1101000 11010 1010 0 1001011 1011010 111011 1010 1010010 10110

Color Harmonies of #681A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A0A

Black with #681A0A

Text Example


Text Example

White with #681A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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