Html Css Color HEX #691918 Red Oxide

📋 copy color: '#691918'

red 105 ◦ green 25 ◦ blue 24

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

Shades of Red Oxide #691918

Tints of Red Oxide #691918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 68.18%
G = 16.23%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#691918 (or 0x691918) is known color: Red Oxide. HEX triplet: 69, 19 and 18. RGB value is (105,25,24). Sum of RGB (Red+Green+Blue) = 105+25+24=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #691918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691918 is #96E6E7. Grayscale: #303030. Windows color (decimal): -9889512 or 1579369. OLE color: 1579369.

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

Color convert

RGB 105 25 24 -
CMYK 0 0.76 0.77 0.59
HSL 0.74º 0.63% 0.25% -
HSV(B) 0.74º 0.77% 0.41% -
XYZ 6.34 3.76 1.26 -
YUV 48.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 105 25 24 0 0.76 0.77 0.59 0.74 0.63 0.25
Hex 69 19 18 0 4C 4D 3B 1 3F 19
Octal 151 31 30 0 114 115 73 1 77 31
Binary 1101001 11001 11000 0 1001100 1001101 111011 1 111111 11001

Color Harmonies of #691918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691918

Black with #691918

Text Example


Text Example

White with #691918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691918; }

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

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

background-color css

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

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

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

border-color css

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

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

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