Html Css Color HEX #697971 Sirocco

📋 copy color: '#697971'

red 105 ◦ green 121 ◦ blue 113

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

Shades of Sirocco #697971

Tints of Sirocco #697971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 30.97%
G = 35.69%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#697971 (or 0x697971) is known color: Sirocco. HEX triplet: 69, 79 and 71. RGB value is (105,121,113). Sum of RGB (Red+Green+Blue) = 105+121+113=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #697971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697971 is #96868E. Grayscale: #737373. Windows color (decimal): -9864847 or 7436649. OLE color: 7436649.

HSL color Cylindrical-coordinate representation of color #697971: hue angle of 150º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697971 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 121 113 -
CMYK 0.13 0 0.07 0.53
HSL 150º 0.07% 0.44% -
HSV(B) 150º 0.13% 0.47% -
XYZ 15.64 17.87 18.25 -
YUV 115.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 105 121 113 0.13 0 0.07 0.53 150 0.07 0.44
Hex 69 79 71 D 0 7 35 96 7 2C
Octal 151 171 161 15 0 7 65 226 7 54
Binary 1101001 1111001 1110001 1101 0 111 110101 10010110 111 101100

Color Harmonies of #697971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697971

Black with #697971

Text Example


Text Example

White with #697971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697971; }

 p { color: rgb(105,121,113); }

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

background-color css

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

 a { background-color: rgb(105,121,113); }

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

border-color css

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

 span { border-color: rgb(105,121,113); }

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