Html Css Color HEX #691D0D Red Oxide

📋 copy color: '#691D0D'

red 105 ◦ green 29 ◦ blue 13

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

Shades of Red Oxide #691D0D

Tints of Red Oxide #691D0D

RGB

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

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

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

R = 71.43%
G = 19.73%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#691D0D (or 0x691D0D) is known color: Red Oxide. HEX triplet: 69, 1D and 0D. RGB value is (105,29,13). Sum of RGB (Red+Green+Blue) = 105+29+13=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D0D is #96E2F2. Grayscale: #323232. Windows color (decimal): -9888499 or 859497. OLE color: 859497.

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

Color convert

RGB 105 29 13 -
CMYK 0 0.72 0.88 0.59
HSL 10.43º 0.78% 0.23% -
HSV(B) 10.43º 0.88% 0.41% -
XYZ 6.34 3.91 0.8 -
YUV 49.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 105 29 13 0 0.72 0.88 0.59 10.43 0.78 0.23
Hex 69 1D D 0 48 58 3B A 4E 17
Octal 151 35 15 0 110 130 73 12 116 27
Binary 1101001 11101 1101 0 1001000 1011000 111011 1010 1001110 10111

Color Harmonies of #691D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D0D

Black with #691D0D

Text Example


Text Example

White with #691D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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