Html Css Color HEX #607966 Sirocco

📋 copy color: '#607966'

red 96 ◦ green 121 ◦ blue 102

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

Shades of Sirocco #607966

Tints of Sirocco #607966

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

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

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

R = 30.09%
G = 37.93%
B = 31.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#607966 (or 0x607966) is known color: Sirocco. HEX triplet: 60, 79 and 66. RGB value is (96,121,102). Sum of RGB (Red+Green+Blue) = 96+121+102=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #607966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607966 is #9F8699. Grayscale: #6F6F6F. Windows color (decimal): -10454682 or 6715744. OLE color: 6715744.

HSL color Cylindrical-coordinate representation of color #607966: hue angle of 134.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607966 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 121 102 -
CMYK 0.21 0 0.16 0.53
HSL 134.4º 0.12% 0.43% -
HSV(B) 134.4º 0.21% 0.47% -
XYZ 14.06 17.12 15.13 -
YUV 111.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 96 121 102 0.21 0 0.16 0.53 134.4 0.12 0.43
Hex 60 79 66 15 0 10 35 86 C 2B
Octal 140 171 146 25 0 20 65 206 14 53
Binary 1100000 1111001 1100110 10101 0 10000 110101 10000110 1100 101011

Color Harmonies of #607966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607966

Black with #607966

Text Example


Text Example

White with #607966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607966; }

 p { color: rgb(96,121,102); }

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

background-color css

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

 a { background-color: rgb(96,121,102); }

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

border-color css

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

 span { border-color: rgb(96,121,102); }

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