Html Css Color HEX #691A13 Red Oxide

📋 copy color: '#691A13'

red 105 ◦ green 26 ◦ blue 19

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

Shades of Red Oxide #691A13

Tints of Red Oxide #691A13

RGB

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

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

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

R = 70%
G = 17.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#691A13 (or 0x691A13) is known color: Red Oxide. HEX triplet: 69, 1A and 13. RGB value is (105,26,19). Sum of RGB (Red+Green+Blue) = 105+26+19=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #691A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A13 is #96E5EC. Grayscale: #303030. Windows color (decimal): -9889261 or 1251945. OLE color: 1251945.

HSL color Cylindrical-coordinate representation of color #691A13: hue angle of 4.88º 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 #691A13 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 19 -
CMYK 0 0.75 0.82 0.59
HSL 4.88º 0.69% 0.24% -
HSV(B) 4.88º 0.82% 0.41% -
XYZ 6.31 3.79 1.01 -
YUV 48.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 105 26 19 0 0.75 0.82 0.59 4.88 0.69 0.24
Hex 69 1A 13 0 4B 52 3B 5 45 18
Octal 151 32 23 0 113 122 73 5 105 30
Binary 1101001 11010 10011 0 1001011 1010010 111011 101 1000101 11000

Color Harmonies of #691A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A13

Black with #691A13

Text Example


Text Example

White with #691A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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