Html Css Color HEX #607364 Sirocco

📋 copy color: '#607364'

red 96 ◦ green 115 ◦ blue 100

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

Shades of Sirocco #607364

Tints of Sirocco #607364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

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

R = 30.87%
G = 36.98%
B = 32.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#607364 (or 0x607364) is known color: Sirocco. HEX triplet: 60, 73 and 64. RGB value is (96,115,100). Sum of RGB (Red+Green+Blue) = 96+115+100=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #607364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607364 is #9F8C9B. Grayscale: #6B6B6B. Windows color (decimal): -10456220 or 6583136. OLE color: 6583136.

HSL color Cylindrical-coordinate representation of color #607364: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607364 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 100 -
CMYK 0.17 0 0.13 0.55
HSL 132.63º 0.09% 0.41% -
HSV(B) 132.63º 0.17% 0.45% -
XYZ 13.25 15.67 14.38 -
YUV 107.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 96 115 100 0.17 0 0.13 0.55 132.63 0.09 0.41
Hex 60 73 64 11 0 D 37 85 9 29
Octal 140 163 144 21 0 15 67 205 11 51
Binary 1100000 1110011 1100100 10001 0 1101 110111 10000101 1001 101001

Color Harmonies of #607364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607364

Black with #607364

Text Example


Text Example

White with #607364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607364; }

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

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

background-color css

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

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

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

border-color css

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

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

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