Html Css Color HEX #691C13 Red Oxide

📋 copy color: '#691C13'

red 105 ◦ green 28 ◦ blue 19

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

Shades of Red Oxide #691C13

Tints of Red Oxide #691C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 69.08%
G = 18.42%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#691C13 (or 0x691C13) is known color: Red Oxide. HEX triplet: 69, 1C and 13. RGB value is (105,28,19). Sum of RGB (Red+Green+Blue) = 105+28+19=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #691C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C13 is #96E3EC. Grayscale: #323232. Windows color (decimal): -9888749 or 1252457. OLE color: 1252457.

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

Color convert

RGB 105 28 19 -
CMYK 0 0.73 0.82 0.59
HSL 6.28º 0.69% 0.24% -
HSV(B) 6.28º 0.82% 0.41% -
XYZ 6.36 3.88 1.03 -
YUV 50 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 105 28 19 0 0.73 0.82 0.59 6.28 0.69 0.24
Hex 69 1C 13 0 49 52 3B 6 45 18
Octal 151 34 23 0 111 122 73 6 105 30
Binary 1101001 11100 10011 0 1001001 1010010 111011 110 1000101 11000

Color Harmonies of #691C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C13

Black with #691C13

Text Example


Text Example

White with #691C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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