Html Css Color HEX #691C16 Red Oxide

📋 copy color: '#691C16'

red 105 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #691C16

Tints of Red Oxide #691C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 67.74%
G = 18.06%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#691C16 (or 0x691C16) is known color: Red Oxide. HEX triplet: 69, 1C and 16. RGB value is (105,28,22). Sum of RGB (Red+Green+Blue) = 105+28+22=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #691C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C16 is #96E3E9. Grayscale: #323232. Windows color (decimal): -9888746 or 1449065. OLE color: 1449065.

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

Color convert

RGB 105 28 22 -
CMYK 0 0.73 0.79 0.59
HSL 4.34º 0.65% 0.25% -
HSV(B) 4.34º 0.79% 0.41% -
XYZ 6.39 3.89 1.17 -
YUV 50.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 105 28 22 0 0.73 0.79 0.59 4.34 0.65 0.25
Hex 69 1C 16 0 49 4F 3B 4 41 19
Octal 151 34 26 0 111 117 73 4 101 31
Binary 1101001 11100 10110 0 1001001 1001111 111011 100 1000001 11001

Color Harmonies of #691C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C16

Black with #691C16

Text Example


Text Example

White with #691C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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