Html Css Color HEX #691A0D Red Oxide

📋 copy color: '#691A0D'

red 105 ◦ green 26 ◦ blue 13

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

Shades of Red Oxide #691A0D

Tints of Red Oxide #691A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 72.92%
G = 18.06%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#691A0D (or 0x691A0D) is known color: Red Oxide. HEX triplet: 69, 1A and 0D. RGB value is (105,26,13). Sum of RGB (Red+Green+Blue) = 105+26+13=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #691A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A0D is #96E5F2. Grayscale: #303030. Windows color (decimal): -9889267 or 858729. OLE color: 858729.

HSL color Cylindrical-coordinate representation of color #691A0D: hue angle of 8.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691A0D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 13 -
CMYK 0 0.75 0.88 0.59
HSL 8.48º 0.78% 0.23% -
HSV(B) 8.48º 0.88% 0.41% -
XYZ 6.27 3.77 0.78 -
YUV 48.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 105 26 13 0 0.75 0.88 0.59 8.48 0.78 0.23
Hex 69 1A D 0 4B 58 3B 8 4E 17
Octal 151 32 15 0 113 130 73 10 116 27
Binary 1101001 11010 1101 0 1001011 1011000 111011 1000 1001110 10111

Color Harmonies of #691A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A0D

Black with #691A0D

Text Example


Text Example

White with #691A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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