Html Css Color HEX #606964 Sirocco

📋 copy color: '#606964'

red 96 ◦ green 105 ◦ blue 100

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

Shades of Sirocco #606964

Tints of Sirocco #606964

RGB

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

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

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

R = 31.89%
G = 34.88%
B = 33.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#606964 (or 0x606964) is known color: Sirocco. HEX triplet: 60, 69 and 64. RGB value is (96,105,100). Sum of RGB (Red+Green+Blue) = 96+105+100=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 105 - color contains mainly: green. Hex color #606964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606964 is #9F969B. Grayscale: #656565. Windows color (decimal): -10458780 or 6580576. OLE color: 6580576.

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

Color convert

RGB 96 105 100 -
CMYK 0.09 0 0.05 0.59
HSL 146.67º 0.04% 0.39% -
HSV(B) 146.67º 0.09% 0.41% -
XYZ 12.18 13.51 14.02 -
YUV 101.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 96 105 100 0.09 0 0.05 0.59 146.67 0.04 0.39
Hex 60 69 64 9 0 5 3B 93 4 27
Octal 140 151 144 11 0 5 73 223 4 47
Binary 1100000 1101001 1100100 1001 0 101 111011 10010011 100 100111

Color Harmonies of #606964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606964

Black with #606964

Text Example


Text Example

White with #606964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606964; }

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

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

background-color css

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

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

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

border-color css

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

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

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