Html Css Color HEX #691A11 Red Oxide

📋 copy color: '#691A11'

red 105 ◦ green 26 ◦ blue 17

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

Shades of Red Oxide #691A11

Tints of Red Oxide #691A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 70.95%
G = 17.57%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#691A11 (or 0x691A11) is known color: Red Oxide. HEX triplet: 69, 1A and 11. RGB value is (105,26,17). Sum of RGB (Red+Green+Blue) = 105+26+17=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A11 is #96E5EE. Grayscale: #303030. Windows color (decimal): -9889263 or 1120873. OLE color: 1120873.

HSL color Cylindrical-coordinate representation of color #691A11: hue angle of 6.14º 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 #691A11 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 17 -
CMYK 0 0.75 0.84 0.59
HSL 6.14º 0.72% 0.24% -
HSV(B) 6.14º 0.84% 0.41% -
XYZ 6.3 3.78 0.93 -
YUV 48.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 105 26 17 0 0.75 0.84 0.59 6.14 0.72 0.24
Hex 69 1A 11 0 4B 54 3B 6 48 18
Octal 151 32 21 0 113 124 73 6 110 30
Binary 1101001 11010 10001 0 1001011 1010100 111011 110 1001000 11000

Color Harmonies of #691A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A11

Black with #691A11

Text Example


Text Example

White with #691A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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