Html Css Color HEX #697570 Sirocco

📋 copy color: '#697570'

red 105 ◦ green 117 ◦ blue 112

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

Shades of Sirocco #697570

Tints of Sirocco #697570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.03%

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

R = 31.44%
G = 35.03%
B = 33.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#697570 (or 0x697570) is known color: Sirocco. HEX triplet: 69, 75 and 70. RGB value is (105,117,112). Sum of RGB (Red+Green+Blue) = 105+117+112=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #697570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697570 is #968A8F. Grayscale: #707070. Windows color (decimal): -9865872 or 7370089. OLE color: 7370089.

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

Color convert

RGB 105 117 112 -
CMYK 0.10 0 0.04 0.54
HSL 155º 0.05% 0.44% -
HSV(B) 155º 0.1% 0.46% -
XYZ 15.11 16.9 17.79 -
YUV 112.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 105 117 112 0.10 0 0.04 0.54 155 0.05 0.44
Hex 69 75 70 A 0 4 36 9B 5 2C
Octal 151 165 160 12 0 4 66 233 5 54
Binary 1101001 1110101 1110000 1010 0 100 110110 10011011 101 101100

Color Harmonies of #697570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697570

Black with #697570

Text Example


Text Example

White with #697570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697570; }

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

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

background-color css

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

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

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

border-color css

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

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

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