Html Css Color HEX #607063 Sirocco

📋 copy color: '#607063'

red 96 ◦ green 112 ◦ blue 99

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

Shades of Sirocco #607063

Tints of Sirocco #607063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 31.27%
G = 36.48%
B = 32.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#607063 (or 0x607063) is known color: Sirocco. HEX triplet: 60, 70 and 63. RGB value is (96,112,99). Sum of RGB (Red+Green+Blue) = 96+112+99=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #607063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607063 is #9F8F9C. Grayscale: #696969. Windows color (decimal): -10456989 or 6516832. OLE color: 6516832.

HSL color Cylindrical-coordinate representation of color #607063: hue angle of 131.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #607063 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 99 -
CMYK 0.14 0 0.12 0.56
HSL 131.25º 0.08% 0.41% -
HSV(B) 131.25º 0.14% 0.44% -
XYZ 12.87 14.98 14.02 -
YUV 105.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 96 112 99 0.14 0 0.12 0.56 131.25 0.08 0.41
Hex 60 70 63 E 0 C 38 83 8 29
Octal 140 160 143 16 0 14 70 203 10 51
Binary 1100000 1110000 1100011 1110 0 1100 111000 10000011 1000 101001

Color Harmonies of #607063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607063

Black with #607063

Text Example


Text Example

White with #607063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607063; }

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

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

background-color css

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

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

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

border-color css

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

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

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