Html Css Color HEX #681B09 Red Oxide

📋 copy color: '#681B09'

red 104 ◦ green 27 ◦ blue 9

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

Shades of Red Oxide #681B09

Tints of Red Oxide #681B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.29%

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

R = 74.29%
G = 19.29%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681B09 (or 0x681B09) is known color: Red Oxide. HEX triplet: 68, 1B and 09. RGB value is (104,27,9). Sum of RGB (Red+Green+Blue) = 104+27+9=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #681B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B09 is #97E4F6. Grayscale: #303030. Windows color (decimal): -9954551 or 596840. OLE color: 596840.

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

Color convert

RGB 104 27 9 -
CMYK 0 0.74 0.91 0.59
HSL 11.37º 0.84% 0.22% -
HSV(B) 11.37º 0.91% 0.41% -
XYZ 6.15 3.75 0.66 -
YUV 47.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 104 27 9 0 0.74 0.91 0.59 11.37 0.84 0.22
Hex 68 1B 9 0 4A 5B 3B B 54 16
Octal 150 33 11 0 112 133 73 13 124 26
Binary 1101000 11011 1001 0 1001010 1011011 111011 1011 1010100 10110

Color Harmonies of #681B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B09

Black with #681B09

Text Example


Text Example

White with #681B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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