Html Css Color HEX #691211 Red Oxide

📋 copy color: '#691211'

red 105 ◦ green 18 ◦ blue 17

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

Shades of Red Oxide #691211

Tints of Red Oxide #691211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 75%
G = 12.86%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#691211 (or 0x691211) is known color: Red Oxide. HEX triplet: 69, 12 and 11. RGB value is (105,18,17). Sum of RGB (Red+Green+Blue) = 105+18+17=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #691211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691211 is #96EDEE. Grayscale: #2B2B2B. Windows color (decimal): -9891311 or 1118825. OLE color: 1118825.

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

Color convert

RGB 105 18 17 -
CMYK 0 0.83 0.84 0.59
HSL 0.68º 0.72% 0.24% -
HSV(B) 0.68º 0.84% 0.41% -
XYZ 6.14 3.48 0.88 -
YUV 43.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 105 18 17 0 0.83 0.84 0.59 0.68 0.72 0.24
Hex 69 12 11 0 53 54 3B 1 48 18
Octal 151 22 21 0 123 124 73 1 110 30
Binary 1101001 10010 10001 0 1010011 1010100 111011 1 1001000 11000

Color Harmonies of #691211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691211

Black with #691211

Text Example


Text Example

White with #691211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691211; }

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

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

background-color css

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

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

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

border-color css

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

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

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