Html Css Color HEX #691716 Red Oxide

📋 copy color: '#691716'

red 105 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #691716

Tints of Red Oxide #691716

RGB

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

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

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

R = 70%
G = 15.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#691716 (or 0x691716) is known color: Red Oxide. HEX triplet: 69, 17 and 16. RGB value is (105,23,22). Sum of RGB (Red+Green+Blue) = 105+23+22=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #691716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691716 is #96E8E9. Grayscale: #2F2F2F. Windows color (decimal): -9890026 or 1447785. OLE color: 1447785.

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

Color convert

RGB 105 23 22 -
CMYK 0 0.78 0.79 0.59
HSL 0.72º 0.65% 0.25% -
HSV(B) 0.72º 0.79% 0.41% -
XYZ 6.28 3.67 1.14 -
YUV 47.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 105 23 22 0 0.78 0.79 0.59 0.72 0.65 0.25
Hex 69 17 16 0 4E 4F 3B 1 41 19
Octal 151 27 26 0 116 117 73 1 101 31
Binary 1101001 10111 10110 0 1001110 1001111 111011 1 1000001 11001

Color Harmonies of #691716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691716

Black with #691716

Text Example


Text Example

White with #691716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691716; }

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

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

background-color css

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

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

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

border-color css

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

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

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