Html Css Color HEX #691E11 Red Oxide

📋 copy color: '#691E11'

red 105 ◦ green 30 ◦ blue 17

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

Shades of Red Oxide #691E11

Tints of Red Oxide #691E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 69.08%
G = 19.74%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#691E11 (or 0x691E11) is known color: Red Oxide. HEX triplet: 69, 1E and 11. RGB value is (105,30,17). Sum of RGB (Red+Green+Blue) = 105+30+17=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #691E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E11 is #96E1EE. Grayscale: #333333. Windows color (decimal): -9888239 or 1121897. OLE color: 1121897.

HSL color Cylindrical-coordinate representation of color #691E11: hue angle of 8.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691E11 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 30 17 -
CMYK 0 0.71 0.84 0.59
HSL 8.86º 0.72% 0.24% -
HSV(B) 8.86º 0.84% 0.41% -
XYZ 6.39 3.97 0.96 -
YUV 50.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 105 30 17 0 0.71 0.84 0.59 8.86 0.72 0.24
Hex 69 1E 11 0 47 54 3B 9 48 18
Octal 151 36 21 0 107 124 73 11 110 30
Binary 1101001 11110 10001 0 1000111 1010100 111011 1001 1001000 11000

Color Harmonies of #691E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E11

Black with #691E11

Text Example


Text Example

White with #691E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691E11; }

 p { color: rgb(105,30,17); }

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

background-color css

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

 a { background-color: rgb(105,30,17); }

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

border-color css

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

 span { border-color: rgb(105,30,17); }

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