Html Css Color HEX #691714 Red Oxide

📋 copy color: '#691714'

red 105 ◦ green 23 ◦ blue 20

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

Shades of Red Oxide #691714

Tints of Red Oxide #691714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 70.95%
G = 15.54%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#691714 (or 0x691714) is known color: Red Oxide. HEX triplet: 69, 17 and 14. RGB value is (105,23,20). Sum of RGB (Red+Green+Blue) = 105+23+20=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691714 is #96E8EB. Grayscale: #2F2F2F. Windows color (decimal): -9890028 or 1316713. OLE color: 1316713.

HSL color Cylindrical-coordinate representation of color #691714: hue angle of 2.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691714 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 20 -
CMYK 0 0.78 0.81 0.59
HSL 2.12º 0.68% 0.25% -
HSV(B) 2.12º 0.81% 0.41% -
XYZ 6.26 3.67 1.04 -
YUV 47.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 105 23 20 0 0.78 0.81 0.59 2.12 0.68 0.25
Hex 69 17 14 0 4E 51 3B 2 44 19
Octal 151 27 24 0 116 121 73 2 104 31
Binary 1101001 10111 10100 0 1001110 1010001 111011 10 1000100 11001

Color Harmonies of #691714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691714

Black with #691714

Text Example


Text Example

White with #691714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691714; }

 p { color: rgb(105,23,20); }

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

background-color css

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

 a { background-color: rgb(105,23,20); }

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

border-color css

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

 span { border-color: rgb(105,23,20); }

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