Html Css Color HEX #696F6C Sirocco

📋 copy color: '#696F6C'

red 105 ◦ green 111 ◦ blue 108

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

Shades of Sirocco #696F6C

Tints of Sirocco #696F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.26%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 32.41%
G = 34.26%
B = 33.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#696F6C (or 0x696F6C) is known color: Sirocco. HEX triplet: 69, 6F and 6C. RGB value is (105,111,108). Sum of RGB (Red+Green+Blue) = 105+111+108=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 111 - color contains mainly: green. Hex color #696F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F6C is #969093. Grayscale: #6C6C6C. Windows color (decimal): -9867412 or 7106409. OLE color: 7106409.

HSL color Cylindrical-coordinate representation of color #696F6C: hue angle of 150º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696F6C is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 111 108 -
CMYK 0.05 0 0.03 0.56
HSL 150º 0.03% 0.42% -
HSV(B) 150º 0.05% 0.44% -
XYZ 14.22 15.45 16.42 -
YUV 108.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 105 111 108 0.05 0 0.03 0.56 150 0.03 0.42
Hex 69 6F 6C 5 0 3 38 96 3 2A
Octal 151 157 154 5 0 3 70 226 3 52
Binary 1101001 1101111 1101100 101 0 11 111000 10010110 11 101010

Color Harmonies of #696F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F6C

Black with #696F6C

Text Example


Text Example

White with #696F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696F6C; }

 p { color: rgb(105,111,108); }

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

background-color css

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

 a { background-color: rgb(105,111,108); }

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

border-color css

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

 span { border-color: rgb(105,111,108); }

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