Html Css Color HEX #691C11 Red Oxide

📋 copy color: '#691C11'

red 105 ◦ green 28 ◦ blue 17

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

Shades of Red Oxide #691C11

Tints of Red Oxide #691C11

RGB

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

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

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

R = 70%
G = 18.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#691C11 (or 0x691C11) is known color: Red Oxide. HEX triplet: 69, 1C and 11. RGB value is (105,28,17). Sum of RGB (Red+Green+Blue) = 105+28+17=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #691C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C11 is #96E3EE. Grayscale: #313131. Windows color (decimal): -9888751 or 1121385. OLE color: 1121385.

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

Color convert

RGB 105 28 17 -
CMYK 0 0.73 0.84 0.59
HSL 7.5º 0.72% 0.24% -
HSV(B) 7.5º 0.84% 0.41% -
XYZ 6.34 3.87 0.94 -
YUV 49.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 105 28 17 0 0.73 0.84 0.59 7.5 0.72 0.24
Hex 69 1C 11 0 49 54 3B 8 48 18
Octal 151 34 21 0 111 124 73 10 110 30
Binary 1101001 11100 10001 0 1001001 1010100 111011 1000 1001000 11000

Color Harmonies of #691C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C11

Black with #691C11

Text Example


Text Example

White with #691C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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