Html Css Color HEX #607964 Sirocco

📋 copy color: '#607964'

red 96 ◦ green 121 ◦ blue 100

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

Shades of Sirocco #607964

Tints of Sirocco #607964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.55%

R = 30.28%
G = 38.17%
B = 31.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#607964 (or 0x607964) is known color: Sirocco. HEX triplet: 60, 79 and 64. RGB value is (96,121,100). Sum of RGB (Red+Green+Blue) = 96+121+100=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #607964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607964 is #9F869B. Grayscale: #6F6F6F. Windows color (decimal): -10454684 or 6584672. OLE color: 6584672.

HSL color Cylindrical-coordinate representation of color #607964: hue angle of 129.6º 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 #607964 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 121 100 -
CMYK 0.21 0 0.17 0.53
HSL 129.6º 0.12% 0.43% -
HSV(B) 129.6º 0.21% 0.47% -
XYZ 13.96 17.08 14.62 -
YUV 111.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 96 121 100 0.21 0 0.17 0.53 129.6 0.12 0.43
Hex 60 79 64 15 0 11 35 82 C 2B
Octal 140 171 144 25 0 21 65 202 14 53
Binary 1100000 1111001 1100100 10101 0 10001 110101 10000010 1100 101011

Color Harmonies of #607964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607964

Black with #607964

Text Example


Text Example

White with #607964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607964; }

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

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

background-color css

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

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

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

border-color css

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

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

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