Html Css Color HEX #691816 Red Oxide

📋 copy color: '#691816'

red 105 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #691816

Tints of Red Oxide #691816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

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

R = 69.54%
G = 15.89%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#691816 (or 0x691816) is known color: Red Oxide. HEX triplet: 69, 18 and 16. RGB value is (105,24,22). Sum of RGB (Red+Green+Blue) = 105+24+22=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #691816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691816 is #96E7E9. Grayscale: #303030. Windows color (decimal): -9889770 or 1448041. OLE color: 1448041.

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

Color convert

RGB 105 24 22 -
CMYK 0 0.77 0.79 0.59
HSL 1.45º 0.65% 0.25% -
HSV(B) 1.45º 0.79% 0.41% -
XYZ 6.3 3.71 1.14 -
YUV 47.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 105 24 22 0 0.77 0.79 0.59 1.45 0.65 0.25
Hex 69 18 16 0 4D 4F 3B 1 41 19
Octal 151 30 26 0 115 117 73 1 101 31
Binary 1101001 11000 10110 0 1001101 1001111 111011 1 1000001 11001

Color Harmonies of #691816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691816

Black with #691816

Text Example


Text Example

White with #691816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691816; }

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

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

background-color css

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

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

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

border-color css

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

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

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