Html Css Color HEX #656966 Sirocco

📋 copy color: '#656966'

red 101 ◦ green 105 ◦ blue 102

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

Shades of Sirocco #656966

Tints of Sirocco #656966

RGB

 RED value IS 101 (39.84% from 255) = 32.79%

 GREEN value IS 105 (41.41% from 255) = 34.09%

 BLUE value IS 102 (40.23% from 255) = 33.12%

R = 32.79%
G = 34.09%
B = 33.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#656966 (or 0x656966) is known color: Sirocco. HEX triplet: 65, 69 and 66. RGB value is (101,105,102). Sum of RGB (Red+Green+Blue) = 101+105+102=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 105 - color contains mainly: green. Hex color #656966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656966 is #9A9699. Grayscale: #676767. Windows color (decimal): -10131098 or 6711653. OLE color: 6711653.

HSL color Cylindrical-coordinate representation of color #656966: hue angle of 135º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #656966 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 105 102 -
CMYK 0.04 0 0.03 0.59
HSL 135º 0.02% 0.4% -
HSV(B) 135º 0.04% 0.41% -
XYZ 12.82 13.83 14.56 -
YUV 103.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 101 105 102 0.04 0 0.03 0.59 135 0.02 0.4
Hex 65 69 66 4 0 3 3B 87 2 28
Octal 145 151 146 4 0 3 73 207 2 50
Binary 1100101 1101001 1100110 100 0 11 111011 10000111 10 101000

Color Harmonies of #656966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656966

Black with #656966

Text Example


Text Example

White with #656966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656966; }

 p { color: rgb(101,105,102); }

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

background-color css

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

 a { background-color: rgb(101,105,102); }

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

border-color css

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

 span { border-color: rgb(101,105,102); }

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