Html Css Color HEX #606963 Sirocco

📋 copy color: '#606963'

red 96 ◦ green 105 ◦ blue 99

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

Shades of Sirocco #606963

Tints of Sirocco #606963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 32%
G = 35%
B = 33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#606963 (or 0x606963) is known color: Sirocco. HEX triplet: 60, 69 and 63. RGB value is (96,105,99). Sum of RGB (Red+Green+Blue) = 96+105+99=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #606963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606963 is #9F969C. Grayscale: #656565. Windows color (decimal): -10458781 or 6515040. OLE color: 6515040.

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

Color convert

RGB 96 105 99 -
CMYK 0.09 0 0.06 0.59
HSL 140º 0.04% 0.39% -
HSV(B) 140º 0.09% 0.41% -
XYZ 12.13 13.49 13.77 -
YUV 101.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 96 105 99 0.09 0 0.06 0.59 140 0.04 0.39
Hex 60 69 63 9 0 6 3B 8C 4 27
Octal 140 151 143 11 0 6 73 214 4 47
Binary 1100000 1101001 1100011 1001 0 110 111011 10001100 100 100111

Color Harmonies of #606963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606963

Black with #606963

Text Example


Text Example

White with #606963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606963; }

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

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

background-color css

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

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

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

border-color css

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

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

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