Html Css Color HEX #681C09 Red Oxide

📋 copy color: '#681C09'

red 104 ◦ green 28 ◦ blue 9

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

Shades of Red Oxide #681C09

Tints of Red Oxide #681C09

RGB

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

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

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

R = 73.76%
G = 19.86%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681C09 (or 0x681C09) is known color: Red Oxide. HEX triplet: 68, 1C and 09. RGB value is (104,28,9). Sum of RGB (Red+Green+Blue) = 104+28+9=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C09 is #97E3F6. Grayscale: #303030. Windows color (decimal): -9954295 or 597096. OLE color: 597096.

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

Color convert

RGB 104 28 9 -
CMYK 0 0.73 0.91 0.59
HSL 12º 0.84% 0.22% -
HSV(B) 12º 0.91% 0.41% -
XYZ 6.17 3.79 0.67 -
YUV 48.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 104 28 9 0 0.73 0.91 0.59 12 0.84 0.22
Hex 68 1C 9 0 49 5B 3B C 54 16
Octal 150 34 11 0 111 133 73 14 124 26
Binary 1101000 11100 1001 0 1001001 1011011 111011 1100 1010100 10110

Color Harmonies of #681C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C09

Black with #681C09

Text Example


Text Example

White with #681C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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