Html Css Color HEX #691409 Red Oxide

📋 copy color: '#691409'

red 105 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #691409

Tints of Red Oxide #691409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 78.36%
G = 14.93%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#691409 (or 0x691409) is known color: Red Oxide. HEX triplet: 69, 14 and 09. RGB value is (105,20,9). Sum of RGB (Red+Green+Blue) = 105+20+9=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691409 is #96EBF6. Grayscale: #2C2C2C. Windows color (decimal): -9890807 or 595049. OLE color: 595049.

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

Color convert

RGB 105 20 9 -
CMYK 0 0.81 0.91 0.59
HSL 6.88º 0.84% 0.22% -
HSV(B) 6.88º 0.91% 0.41% -
XYZ 6.13 3.52 0.62 -
YUV 44.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 105 20 9 0 0.81 0.91 0.59 6.88 0.84 0.22
Hex 69 14 9 0 51 5B 3B 7 54 16
Octal 151 24 11 0 121 133 73 7 124 26
Binary 1101001 10100 1001 0 1010001 1011011 111011 111 1010100 10110

Color Harmonies of #691409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691409

Black with #691409

Text Example


Text Example

White with #691409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691409; }

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

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

background-color css

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

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

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

border-color css

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

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

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