Html Css Color HEX #691909 Red Oxide

📋 copy color: '#691909'

red 105 ◦ green 25 ◦ blue 9

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

Shades of Red Oxide #691909

Tints of Red Oxide #691909

RGB

 RED value IS 105 (41.41% from 255) = 75.54%

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 75.54%
G = 17.99%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#691909 (or 0x691909) is known color: Red Oxide. HEX triplet: 69, 19 and 09. RGB value is (105,25,9). Sum of RGB (Red+Green+Blue) = 105+25+9=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #691909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691909 is #96E6F6. Grayscale: #2F2F2F. Windows color (decimal): -9889527 or 596329. OLE color: 596329.

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

Color convert

RGB 105 25 9 -
CMYK 0 0.76 0.91 0.59
HSL 10º 0.84% 0.22% -
HSV(B) 10º 0.91% 0.41% -
XYZ 6.22 3.72 0.65 -
YUV 47.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 105 25 9 0 0.76 0.91 0.59 10 0.84 0.22
Hex 69 19 9 0 4C 5B 3B A 54 16
Octal 151 31 11 0 114 133 73 12 124 26
Binary 1101001 11001 1001 0 1001100 1011011 111011 1010 1010100 10110

Color Harmonies of #691909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691909

Black with #691909

Text Example


Text Example

White with #691909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691909; }

 p { color: rgb(105,25,9); }

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

background-color css

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

 a { background-color: rgb(105,25,9); }

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

border-color css

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

 span { border-color: rgb(105,25,9); }

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