Html Css Color HEX #681A09 Red Oxide

📋 copy color: '#681A09'

red 104 ◦ green 26 ◦ blue 9

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

Shades of Red Oxide #681A09

Tints of Red Oxide #681A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.47%

R = 74.82%
G = 18.71%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681A09 (or 0x681A09) is known color: Red Oxide. HEX triplet: 68, 1A and 09. RGB value is (104,26,9). Sum of RGB (Red+Green+Blue) = 104+26+9=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A09 is #97E5F6. Grayscale: #2F2F2F. Windows color (decimal): -9954807 or 596584. OLE color: 596584.

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

Color convert

RGB 104 26 9 -
CMYK 0 0.75 0.91 0.59
HSL 10.74º 0.84% 0.22% -
HSV(B) 10.74º 0.91% 0.41% -
XYZ 6.13 3.7 0.65 -
YUV 47.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 104 26 9 0 0.75 0.91 0.59 10.74 0.84 0.22
Hex 68 1A 9 0 4B 5B 3B B 54 16
Octal 150 32 11 0 113 133 73 13 124 26
Binary 1101000 11010 1001 0 1001011 1011011 111011 1011 1010100 10110

Color Harmonies of #681A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A09

Black with #681A09

Text Example


Text Example

White with #681A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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