Html Css Color HEX #691A17 Red Oxide

📋 copy color: '#691A17'

red 105 ◦ green 26 ◦ blue 23

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

Shades of Red Oxide #691A17

Tints of Red Oxide #691A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.94%

R = 68.18%
G = 16.88%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#691A17 (or 0x691A17) is known color: Red Oxide. HEX triplet: 69, 1A and 17. RGB value is (105,26,23). Sum of RGB (Red+Green+Blue) = 105+26+23=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #691A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A17 is #96E5E8. Grayscale: #313131. Windows color (decimal): -9889257 or 1514089. OLE color: 1514089.

HSL color Cylindrical-coordinate representation of color #691A17: hue angle of 2.2º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691A17 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 23 -
CMYK 0 0.75 0.78 0.59
HSL 2.2º 0.64% 0.25% -
HSV(B) 2.2º 0.78% 0.41% -
XYZ 6.35 3.8 1.21 -
YUV 49.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 105 26 23 0 0.75 0.78 0.59 2.2 0.64 0.25
Hex 69 1A 17 0 4B 4E 3B 2 40 19
Octal 151 32 27 0 113 116 73 2 100 31
Binary 1101001 11010 10111 0 1001011 1001110 111011 10 1000000 11001

Color Harmonies of #691A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A17

Black with #691A17

Text Example


Text Example

White with #691A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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