Html Css Color HEX #691D16 Red Oxide

📋 copy color: '#691D16'

red 105 ◦ green 29 ◦ blue 22

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

Shades of Red Oxide #691D16

Tints of Red Oxide #691D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 67.31%
G = 18.59%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#691D16 (or 0x691D16) is known color: Red Oxide. HEX triplet: 69, 1D and 16. RGB value is (105,29,22). Sum of RGB (Red+Green+Blue) = 105+29+22=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691D16 is #96E2E9. Grayscale: #333333. Windows color (decimal): -9888490 or 1449321. OLE color: 1449321.

HSL color Cylindrical-coordinate representation of color #691D16: hue angle of 5.06º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691D16 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 29 22 -
CMYK 0 0.72 0.79 0.59
HSL 5.06º 0.65% 0.25% -
HSV(B) 5.06º 0.79% 0.41% -
XYZ 6.41 3.94 1.18 -
YUV 50.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 105 29 22 0 0.72 0.79 0.59 5.06 0.65 0.25
Hex 69 1D 16 0 48 4F 3B 5 41 19
Octal 151 35 26 0 110 117 73 5 101 31
Binary 1101001 11101 10110 0 1001000 1001111 111011 101 1000001 11001

Color Harmonies of #691D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D16

Black with #691D16

Text Example


Text Example

White with #691D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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