Html Css Color HEX #691D15 Red Oxide

📋 copy color: '#691D15'

red 105 ◦ green 29 ◦ blue 21

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

Shades of Red Oxide #691D15

Tints of Red Oxide #691D15

RGB

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

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

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

R = 67.74%
G = 18.71%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#691D15 (or 0x691D15) is known color: Red Oxide. HEX triplet: 69, 1D and 15. RGB value is (105,29,21). Sum of RGB (Red+Green+Blue) = 105+29+21=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #691D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D15 is #96E2EA. Grayscale: #323232. Windows color (decimal): -9888491 or 1383785. OLE color: 1383785.

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

Color convert

RGB 105 29 21 -
CMYK 0 0.72 0.80 0.59
HSL 5.71º 0.67% 0.25% -
HSV(B) 5.71º 0.8% 0.41% -
XYZ 6.4 3.94 1.13 -
YUV 50.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 105 29 21 0 0.72 0.80 0.59 5.71 0.67 0.25
Hex 69 1D 15 0 48 50 3B 6 43 19
Octal 151 35 25 0 110 120 73 6 103 31
Binary 1101001 11101 10101 0 1001000 1010000 111011 110 1000011 11001

Color Harmonies of #691D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D15

Black with #691D15

Text Example


Text Example

White with #691D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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