Html Css Color HEX #691A15 Red Oxide

📋 copy color: '#691A15'

red 105 ◦ green 26 ◦ blue 21

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

Shades of Red Oxide #691A15

Tints of Red Oxide #691A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 69.08%
G = 17.11%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#691A15 (or 0x691A15) is known color: Red Oxide. HEX triplet: 69, 1A and 15. RGB value is (105,26,21). Sum of RGB (Red+Green+Blue) = 105+26+21=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #691A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A15 is #96E5EA. Grayscale: #313131. Windows color (decimal): -9889259 or 1383017. OLE color: 1383017.

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

Color convert

RGB 105 26 21 -
CMYK 0 0.75 0.80 0.59
HSL 3.57º 0.67% 0.25% -
HSV(B) 3.57º 0.8% 0.41% -
XYZ 6.33 3.8 1.11 -
YUV 49.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 105 26 21 0 0.75 0.80 0.59 3.57 0.67 0.25
Hex 69 1A 15 0 4B 50 3B 4 43 19
Octal 151 32 25 0 113 120 73 4 103 31
Binary 1101001 11010 10101 0 1001011 1010000 111011 100 1000011 11001

Color Harmonies of #691A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A15

Black with #691A15

Text Example


Text Example

White with #691A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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