Html Css Color HEX #606965 Sirocco

📋 copy color: '#606965'

red 96 ◦ green 105 ◦ blue 101

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

Shades of Sirocco #606965

Tints of Sirocco #606965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 31.79%
G = 34.77%
B = 33.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#606965 (or 0x606965) is known color: Sirocco. HEX triplet: 60, 69 and 65. RGB value is (96,105,101). Sum of RGB (Red+Green+Blue) = 96+105+101=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #606965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606965 is #9F969A. Grayscale: #656565. Windows color (decimal): -10458779 or 6646112. OLE color: 6646112.

HSL color Cylindrical-coordinate representation of color #606965: hue angle of 153.33º 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 #606965 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 101 -
CMYK 0.09 0 0.04 0.59
HSL 153.33º 0.04% 0.39% -
HSV(B) 153.33º 0.09% 0.41% -
XYZ 12.22 13.53 14.28 -
YUV 101.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 96 105 101 0.09 0 0.04 0.59 153.33 0.04 0.39
Hex 60 69 65 9 0 4 3B 99 4 27
Octal 140 151 145 11 0 4 73 231 4 47
Binary 1100000 1101001 1100101 1001 0 100 111011 10011001 100 100111

Color Harmonies of #606965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606965

Black with #606965

Text Example


Text Example

White with #606965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606965; }

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

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

background-color css

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

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

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

border-color css

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

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

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