Html Css Color HEX #691D13 Red Oxide

📋 copy color: '#691D13'

red 105 ◦ green 29 ◦ blue 19

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

Shades of Red Oxide #691D13

Tints of Red Oxide #691D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

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

R = 68.63%
G = 18.95%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#691D13 (or 0x691D13) is known color: Red Oxide. HEX triplet: 69, 1D and 13. RGB value is (105,29,19). Sum of RGB (Red+Green+Blue) = 105+29+19=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #691D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D13 is #96E2EC. Grayscale: #323232. Windows color (decimal): -9888493 or 1252713. OLE color: 1252713.

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

Color convert

RGB 105 29 19 -
CMYK 0 0.72 0.82 0.59
HSL 6.98º 0.69% 0.24% -
HSV(B) 6.98º 0.82% 0.41% -
XYZ 6.38 3.93 1.04 -
YUV 50.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 105 29 19 0 0.72 0.82 0.59 6.98 0.69 0.24
Hex 69 1D 13 0 48 52 3B 7 45 18
Octal 151 35 23 0 110 122 73 7 105 30
Binary 1101001 11101 10011 0 1001000 1010010 111011 111 1000101 11000

Color Harmonies of #691D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D13

Black with #691D13

Text Example


Text Example

White with #691D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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