Html Css Color HEX #697670 Sirocco

📋 copy color: '#697670'

red 105 ◦ green 118 ◦ blue 112

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

Shades of Sirocco #697670

Tints of Sirocco #697670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 31.34%
G = 35.22%
B = 33.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#697670 (or 0x697670) is known color: Sirocco. HEX triplet: 69, 76 and 70. RGB value is (105,118,112). Sum of RGB (Red+Green+Blue) = 105+118+112=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #697670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697670 is #96898F. Grayscale: #717171. Windows color (decimal): -9865616 or 7370345. OLE color: 7370345.

HSL color Cylindrical-coordinate representation of color #697670: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #697670 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 112 -
CMYK 0.11 0 0.05 0.54
HSL 152.31º 0.06% 0.44% -
HSV(B) 152.31º 0.11% 0.46% -
XYZ 15.23 17.13 17.83 -
YUV 113.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 105 118 112 0.11 0 0.05 0.54 152.31 0.06 0.44
Hex 69 76 70 B 0 5 36 98 6 2C
Octal 151 166 160 13 0 5 66 230 6 54
Binary 1101001 1110110 1110000 1011 0 101 110110 10011000 110 101100

Color Harmonies of #697670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697670

Black with #697670

Text Example


Text Example

White with #697670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697670; }

 p { color: rgb(105,118,112); }

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

background-color css

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

 a { background-color: rgb(105,118,112); }

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

border-color css

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

 span { border-color: rgb(105,118,112); }

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