Html Css Color HEX #691817 Red Oxide

📋 copy color: '#691817'

red 105 ◦ green 24 ◦ blue 23

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

Shades of Red Oxide #691817

Tints of Red Oxide #691817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 69.08%
G = 15.79%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#691817 (or 0x691817) is known color: Red Oxide. HEX triplet: 69, 18 and 17. RGB value is (105,24,23). Sum of RGB (Red+Green+Blue) = 105+24+23=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #691817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691817 is #96E7E8. Grayscale: #303030. Windows color (decimal): -9889769 or 1513577. OLE color: 1513577.

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

Color convert

RGB 105 24 23 -
CMYK 0 0.77 0.78 0.59
HSL 0.73º 0.64% 0.25% -
HSV(B) 0.73º 0.78% 0.41% -
XYZ 6.31 3.72 1.2 -
YUV 48.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 105 24 23 0 0.77 0.78 0.59 0.73 0.64 0.25
Hex 69 18 17 0 4D 4E 3B 1 40 19
Octal 151 30 27 0 115 116 73 1 100 31
Binary 1101001 11000 10111 0 1001101 1001110 111011 1 1000000 11001

Color Harmonies of #691817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691817

Black with #691817

Text Example


Text Example

White with #691817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691817; }

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

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

background-color css

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

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

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

border-color css

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

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

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