Html Css Color HEX #691E17 Red Oxide

📋 copy color: '#691E17'

red 105 ◦ green 30 ◦ blue 23

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

Shades of Red Oxide #691E17

Tints of Red Oxide #691E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.99%

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

R = 66.46%
G = 18.99%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#691E17 (or 0x691E17) is known color: Red Oxide. HEX triplet: 69, 1E and 17. RGB value is (105,30,23). Sum of RGB (Red+Green+Blue) = 105+30+23=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #691E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E17 is #96E1E8. Grayscale: #333333. Windows color (decimal): -9888233 or 1515113. OLE color: 1515113.

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

Color convert

RGB 105 30 23 -
CMYK 0 0.71 0.78 0.59
HSL 5.12º 0.64% 0.25% -
HSV(B) 5.12º 0.78% 0.41% -
XYZ 6.44 3.99 1.24 -
YUV 51.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 105 30 23 0 0.71 0.78 0.59 5.12 0.64 0.25
Hex 69 1E 17 0 47 4E 3B 5 40 19
Octal 151 36 27 0 107 116 73 5 100 31
Binary 1101001 11110 10111 0 1000111 1001110 111011 101 1000000 11001

Color Harmonies of #691E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E17

Black with #691E17

Text Example


Text Example

White with #691E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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